- Omit unused direct shared library dependencies (RH bug #226046).
This commit is contained in:
parent
17f7ad8d6b
commit
d23dcada55
@ -4,7 +4,7 @@
|
||||
|
||||
Name: libsoup
|
||||
Version: 2.23.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: LGPLv2
|
||||
Group: Development/Libraries
|
||||
Summary: Soup, an HTTP library implementation
|
||||
@ -47,6 +47,10 @@ you to develop applications that use the libsoup library.
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
# Omit unused direct shared library dependencies.
|
||||
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -76,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/%{name}-2.4
|
||||
|
||||
%changelog
|
||||
* Wed Jul 30 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-6
|
||||
- Omit unused direct shared library dependencies (RH bug #226046).
|
||||
|
||||
* Tue Jun 24 2008 Tomas Mraz <tmraz@redhat.com> - 2.23.1-5
|
||||
- rebuild with new gnutls
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user