2.12.2
This commit is contained in:
parent
7c6869d8c2
commit
e0eab23190
@ -9,3 +9,4 @@ libgtop-2.11.1.tar.bz2
|
||||
libgtop-2.11.90.tar.bz2
|
||||
libgtop-2.11.91.tar.bz2
|
||||
libgtop-2.12.0.tar.bz2
|
||||
libgtop-2.12.2.tar.bz2
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Name: libgtop2
|
||||
Summary: libgtop library (version 2)
|
||||
Version: 2.12.0
|
||||
Version: 2.12.2
|
||||
Release: 1
|
||||
License: GPL
|
||||
URL: ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/2.0
|
||||
@ -53,8 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
## no dumb daemon thing
|
||||
/bin/rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
|
||||
# kill .la files
|
||||
# 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
|
||||
@ -77,11 +78,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
%{_includedir}/libgtop-2.0
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Dec 1 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.2-1
|
||||
- Update to 2.12.2
|
||||
- Drop static libraries
|
||||
|
||||
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
|
||||
- Update to 2.12.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user