2024-01-05 22:10:35 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: exo
|
2024-01-05 22:10:36 +01:00
|
|
|
Version: 4.16.0
|
2024-01-05 22:10:35 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 22:10:35 +01:00
|
|
|
Summary: Application library for the Xfce desktop environment
|
|
|
|
Group: Development/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://libexo.os-cillation.com/
|
2024-01-05 22:10:36 +01:00
|
|
|
Source: https://github.com/xfce-mirror/exo.git/exo-%{version}/exo-%{version}.tar.bz2
|
|
|
|
#Source: http://archive.xfce.org/src/xfce/exo/%{majver}/exo-%{version}.tar.bz2
|
2024-01-05 22:10:35 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 22:10:36 +01:00
|
|
|
BuildRequires: ldconfig
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
2024-01-05 22:10:36 +01:00
|
|
|
BuildRequires: libXau-devel
|
|
|
|
BuildRequires: libXdmcp-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libatk-devel
|
2024-01-05 22:10:36 +01:00
|
|
|
BuildRequires: libbrotli-devel
|
|
|
|
BuildRequires: libbsd-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 22:10:36 +01:00
|
|
|
BuildRequires: libgraphite2-devel
|
|
|
|
BuildRequires: libgtk-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 22:10:36 +01:00
|
|
|
BuildRequires: libpcre-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: libxcb-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libxfce4ui-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libxfce4util-devel
|
2024-01-05 22:10:36 +01:00
|
|
|
BuildRequires: libz-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: docbook-dtds
|
|
|
|
BuildRequires: docbook-xsl
|
|
|
|
BuildRequires: gtk-doc
|
2024-01-05 22:10:36 +01:00
|
|
|
BuildRequires: libxfce4util-devel >= 4.16
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2024-01-05 22:10:35 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Extension library for Xfce, targeted at application development.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Static libraries and header files for the exo library.
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 22:10:36 +01:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2024-01-05 22:10:35 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 22:10:36 +01:00
|
|
|
%configure \
|
|
|
|
--enable-maintainer-mode \
|
|
|
|
--enable-final \
|
|
|
|
--enable-gtk-doc \
|
|
|
|
--disable-python \
|
|
|
|
--enable-xfce-mcs-manager \
|
|
|
|
--enable-xsltproc
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
%find_lang exo-2
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
fi
|
2024-01-05 22:10:36 +01:00
|
|
|
:
|
2024-01-05 22:10:35 +01:00
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
fi
|
2024-01-05 22:10:36 +01:00
|
|
|
:
|
2024-01-05 22:10:35 +01:00
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
%files -f exo-2.lang
|
2024-01-05 22:10:35 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/exo-desktop-item-edit
|
|
|
|
%{_bindir}/exo-open
|
2024-01-05 22:10:36 +01:00
|
|
|
%{_datadir}/pixmaps/exo/exo-thumbnail-frame.png
|
2024-01-05 22:10:35 +01:00
|
|
|
%{_libdir}/libexo*.so.*
|
2024-01-05 22:10:36 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/preferences-desktop-default-applications.png
|
2024-01-05 22:10:35 +01:00
|
|
|
%{_mandir}/man1/exo-open.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 22:10:36 +01:00
|
|
|
%dir %{_includedir}/exo-2
|
|
|
|
%dir %{_includedir}/exo-2/exo
|
|
|
|
%{_includedir}/exo-2/exo/*
|
2024-01-05 22:10:35 +01:00
|
|
|
%{_libdir}/libexo*.so
|
|
|
|
%{_libdir}/libexo*.la
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-05 22:10:36 +01:00
|
|
|
%dir %{_datadir}/gtk-doc/html/exo-2
|
|
|
|
%{_datadir}/gtk-doc/html/exo-2/*
|
|
|
|
%doc NEWS README.md THANKS
|
2024-01-05 22:10:35 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:10:36 +01:00
|
|
|
* Sat Jan 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.16.0-1mamba
|
|
|
|
- update to 4.16.0
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
* Thu Dec 19 2019 Automatic Build System <autodist@mambasoft.it> 0.12.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
* Wed Nov 20 2019 Automatic Build System <autodist@mambasoft.it> 0.12.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
* Fri Nov 15 2019 Automatic Build System <autodist@mambasoft.it> 0.12.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
* Mon Aug 12 2019 Automatic Build System <autodist@mambasoft.it> 0.12.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
* Sat Jul 27 2019 Automatic Build System <autodist@mambasoft.it> 0.12.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
* Fri Jun 14 2019 Automatic Build System <autodist@mambasoft.it> 0.12.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:36 +01:00
|
|
|
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 0.12.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 0.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Tue Oct 16 2018 Automatic Build System <autodist@mambasoft.it> 0.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Thu Jun 21 2018 Automatic Build System <autodist@mambasoft.it> 0.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Tue Jul 25 2017 Automatic Build System <autodist@mambasoft.it> 0.11.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Tue Jul 11 2017 Automatic Build System <autodist@mambasoft.it> 0.11.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Mon Jun 26 2017 Automatic Build System <autodist@mambasoft.it> 0.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Mon Sep 14 2015 Automatic Build System <autodist@mambasoft.it> 0.10.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 0.10.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 25 2015 Automatic Build System <autodist@mambasoft.it> 0.10.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.4-2mamba
|
|
|
|
- rebuilt with libxfce4util >= 4.10
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Wed Mar 18 2015 Automatic Build System <autodist@mambasoft.it> 0.10.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Sun Mar 08 2015 Automatic Build System <autodist@mambasoft.it> 0.10.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:35 +01:00
|
|
|
* Sun Oct 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-2mamba
|
|
|
|
- don't own /etc directory
|
|
|
|
|
|
|
|
* Thu Dec 27 2012 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 11 2012 Automatic Build System <autodist@mambasoft.it> 0.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
|
|
|
- update to 0.8.0
|
|
|
|
|
|
|
|
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun May 15 2011 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 17 2011 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- update to 0.6.0
|
|
|
|
|
|
|
|
* Sun May 17 2009 Automatic Build System <autodist@mambasoft.it> 0.3.100-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sun May 17 2009 Automatic Build System <autodist@mambasoft.it> 0.3.100-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Fri Mar 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.100-1mamba
|
|
|
|
- update to 0.3.100
|
|
|
|
|
|
|
|
* Sun Sep 28 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.4-1mamba
|
|
|
|
- update to 0.3.4
|
|
|
|
|
|
|
|
* Sat Apr 14 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 0.3.2-2mamba
|
|
|
|
- Added new dependencies
|
|
|
|
|
|
|
|
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 0.3.2-1qilnx
|
|
|
|
- update to 0.3.2
|
|
|
|
|
|
|
|
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 0.3.1.10rc1-1qilnx
|
|
|
|
- update to 0.3.1.10rc1
|
|
|
|
|
|
|
|
* Thu Sep 21 2006 Tiziano Pratellesi <info@mycare.it> 0.3.1.8beta2-1qilnx
|
|
|
|
- package created by autospec
|