This commit is contained in:
Matthias Clasen 2007-07-10 14:18:36 +00:00
parent a48fea893b
commit c4f63395c3
3 changed files with 10 additions and 15 deletions

View File

@ -1 +1 @@
libgtop-2.19.4.tar.bz2
libgtop-2.19.5.tar.bz2

View File

@ -6,7 +6,7 @@
Name: libgtop2
Summary: libgtop library (version 2)
Version: 2.19.4
Version: 2.19.5
Release: 1%{?dist}
License: GPL
URL: http://download.gnome.org/sources/libgtop/2.19
@ -50,22 +50,12 @@ automake --add-missing
autoconf
autoheader
%configure --disable-gtk-doc
%configure --disable-gtk-doc --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
## no dumb daemon thing
/bin/rm -f $RPM_BUILD_ROOT%{_bindir}/*
# kill .la files and static libraries
/bin/rm $RPM_BUILD_ROOT%{_libdir}/*.la
/bin/rm $RPM_BUILD_ROOT%{_libdir}/*.a
# not worth fooling with
/bin/rm -rf $RPM_BUILD_ROOT%{_datadir}/info
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{po_package}
@ -88,8 +78,13 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/libgtop-2.0
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/libgtop
# not worth fooling with
%exclude %{_datadir}/info
%changelog
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
- Update to 2.19.5
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
- Update to 2.19.4

View File

@ -1 +1 @@
1cea9b7a17e90187dad9f6ed46173c85 libgtop-2.19.4.tar.bz2
233dfd63b9dc39f08308e73509edd14d libgtop-2.19.5.tar.bz2