don't own /etc directory [release 0.10.2-2mamba;Sun Oct 20 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 22:10:35 +01:00
parent 0187763500
commit 383c9cf18a
2 changed files with 152 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# exo
Extension library for Xfce, targeted at application development.

150
exo.spec Normal file
View File

@ -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 <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
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 <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