From 383c9cf18a59b7c0e2f727ecf6239aee9a324de8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:10:35 +0100 Subject: [PATCH] don't own /etc directory [release 0.10.2-2mamba;Sun Oct 20 2013] --- README.md | 2 + exo.spec | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 exo.spec diff --git a/README.md b/README.md index 72550f2..4957b74 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # exo +Extension library for Xfce, targeted at application development. + diff --git a/exo.spec b/exo.spec new file mode 100644 index 0000000..c11edeb --- /dev/null +++ b/exo.spec @@ -0,0 +1,150 @@ +%define majver %(echo %version | cut -d. -f1-2) +Name: exo +Version: 0.10.2 +Release: 2mamba +Summary: Application library for the Xfce desktop environment +Group: Development/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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 +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libdbus-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libnotify-devel +BuildRequires: libpango-devel +BuildRequires: libwww-devel +BuildRequires: libxfce4util-devel +BuildRequires: libz-devel +BuildRequires: perl-devel +BuildRequires: perl-URI +## AUTOBUILDREQ-END +BuildRequires: libxfce4ui-devel +BuildRequires: docbook-dtds +BuildRequires: docbook-xsl +BuildRequires: gtk-doc +Requires: libgtk >= 2.6.0 +Requires: libxfce4util >= 4.4.0 + +%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.* +%{_libdir}/xfce4/exo-1/exo-*-1 +%{_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 +* Sun Oct 20 2013 Silvan Calarco 0.10.2-2mamba +- don't own /etc directory + +* Thu Dec 27 2012 Automatic Build System 0.10.2-1mamba +- automatic version update by autodist + +* Tue Dec 11 2012 Automatic Build System 0.10.1-1mamba +- automatic version update by autodist + +* Tue Aug 07 2012 Silvan Calarco 0.8.0-1mamba +- update to 0.8.0 + +* Sun Jun 19 2011 Automatic Build System 0.6.2-1mamba +- automatic update by autodist + +* Sun May 15 2011 Automatic Build System 0.6.1-1mamba +- automatic update by autodist + +* Thu Feb 17 2011 Automatic Build System 0.6.0-1mamba +- update to 0.6.0 + +* Sun May 17 2009 Automatic Build System 0.3.100-3mamba +- automatic rebuild by autodist + +* Sun May 17 2009 Automatic Build System 0.3.100-2mamba +- automatic rebuild by autodist + +* Fri Mar 06 2009 Silvan Calarco 0.3.100-1mamba +- update to 0.3.100 + +* Sun Sep 28 2008 Silvan Calarco 0.3.4-1mamba +- update to 0.3.4 + +* Sat Apr 14 2007 Tiziano Pratellesi 0.3.2-2mamba +- Added new dependencies + +* Thu Mar 22 2007 Tiziano Pratellesi 0.3.2-1qilnx +- update to 0.3.2 + +* Mon Sep 25 2006 Tiziano Pratellesi 0.3.1.10rc1-1qilnx +- update to 0.3.1.10rc1 + +* Thu Sep 21 2006 Tiziano Pratellesi 0.3.1.8beta2-1qilnx +- package created by autospec