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: 0.12.6
|
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/
|
|
|
|
Source: http://archive.xfce.org/src/xfce/exo/%{majver}/exo-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libfontconfig-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:35 +01:00
|
|
|
BuildRequires: libgtk2-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libxfce4ui-devel
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: libxfce4util-devel
|
|
|
|
BuildRequires: perl-URI
|
2024-01-05 22:10:35 +01:00
|
|
|
BuildRequires: perl-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:35 +01:00
|
|
|
BuildRequires: libxfce4util-devel >= 4.10
|
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.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-final --enable-gtk-doc --disable-python --enable-xfce-mcs-manager --enable-xsltproc
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
#make install DESTDIR=%{buildroot} mandir=%{_mandir}
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/xdg/xfce4/helpers.rc
|
|
|
|
%{_bindir}/exo-desktop-item-edit
|
|
|
|
%{_bindir}/exo-open
|
|
|
|
%{_bindir}/exo-preferred-applications
|
|
|
|
%{_datadir}/applications
|
|
|
|
%{_datadir}/icons
|
|
|
|
%{_datadir}/locale
|
|
|
|
%{_datadir}/pixmaps
|
|
|
|
%{_datadir}/xfce4
|
|
|
|
%{_libdir}/libexo*.so.*
|
2024-01-05 22:10:36 +01:00
|
|
|
%{_libdir}/xfce4/exo-2/exo-helper-2
|
|
|
|
%{_libdir}/xfce4/exo/exo-compose-mail
|
2024-01-05 22:10:35 +01:00
|
|
|
%{_mandir}/man1/exo-open.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/exo-csource
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
%{_includedir}
|
|
|
|
%{_libdir}/libexo*.so
|
|
|
|
%{_libdir}/libexo*.la
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
#%{_docdir}/exo/html/*
|
|
|
|
%{_mandir}/man1/exo-csource.*
|
|
|
|
%doc ChangeLog NEWS README THANKS TODO
|
|
|
|
|
|
|
|
%changelog
|
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
|