update to 4.10.1 [release 4.10.1-1mamba;Mon May 13 2013]
This commit is contained in:
parent
c7fc64fae0
commit
95c6e30fdd
101
libxfce4util.spec
Normal file
101
libxfce4util.spec
Normal file
@ -0,0 +1,101 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libxfce4util
|
||||
Version: 4.10.1
|
||||
Release: 1mamba
|
||||
Summary: Utility library for the XFce4 desktop environment
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.xfce.org/
|
||||
Source: http://archive.xfce.org/src/xfce/libxfce4util/%{majver}/libxfce4util-%{version}.tar.bz2
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gtk-doc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Basic utility non-GUI functions for XFce4.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Static libraries and header files for the libxfce4util library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-final --enable-gtk-doc
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/xfce4-kiosk-query
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_datadir}/locale/*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/xfce4/libxfce4util
|
||||
%{_datadir}/gtk-doc
|
||||
%doc ChangeLog NEWS README README.Kiosk TODO
|
||||
|
||||
%changelog
|
||||
* Mon May 13 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
||||
- update to 4.10.1
|
||||
|
||||
* Sat Jul 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.0-1mamba
|
||||
- update to 4.10.0
|
||||
|
||||
* Fri Jan 28 2011 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
||||
- update to 4.8.1
|
||||
|
||||
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
||||
- automatic update to 4.6.2 by autodist
|
||||
|
||||
* Sat May 02 2009 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
||||
- automatic update to 4.6.1 by autodist
|
||||
|
||||
* Sat Feb 28 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-1mamba
|
||||
- update to 4.6.0
|
||||
|
||||
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.3-1mamba
|
||||
- automatic update to 4.4.3 by autodist
|
||||
|
||||
* Sat Apr 14 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.1-1mamba
|
||||
- update to 4.4.1
|
||||
|
||||
* Sun Feb 04 2007 Tiziano Pratellesi <tiziano.pratellesi@mycare.it> 4.4.0-1qilnx
|
||||
- update to 4.4.0
|
||||
|
||||
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 4.3.99.1-1qilnx
|
||||
- update to 4.3.99.1
|
||||
|
||||
* Thu Sep 21 2006 Tiziano Pratellesi <info@mycare.it> 4.3.90.2-1qilnx
|
||||
- update to 4.3.90.2
|
||||
|
||||
* Mon Sep 18 2006 Tiziano Pratellesi <info@mycare.it> 4.2.3.2-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user