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