- 2.2.7
- Remove static library
This commit is contained in:
parent
8bfea1ca6a
commit
7266aeaf86
@ -1 +1 @@
|
||||
libsoup-2.2.6.1.tar.bz2
|
||||
libsoup-2.2.7.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Soup, an HTTP library implementation
|
||||
Name: libsoup
|
||||
Version: 2.2.6.1
|
||||
Version: 2.2.7
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: Development/Libraries
|
||||
@ -44,6 +44,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -60,12 +61,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/libsoup-2.2
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gtk-doc/html/libsoup
|
||||
|
||||
%changelog
|
||||
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.7-1
|
||||
- 2.2.7
|
||||
- Remove static library
|
||||
|
||||
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.6.1-1
|
||||
- 2.2.6.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user