fix accidental symbol exports
This commit is contained in:
parent
b0e50d4961
commit
154b0b7fb1
10
libsoup.spec
10
libsoup.spec
@ -2,13 +2,15 @@
|
||||
|
||||
Name: libsoup
|
||||
Version: 2.2.97
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPL
|
||||
Group: Development/Libraries
|
||||
Summary: Soup, an HTTP library implementation
|
||||
URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=215919
|
||||
Patch0: libsoup-2.2.97-symbols.patch
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
@ -37,10 +39,11 @@ supported for those who want it).
|
||||
%package devel
|
||||
Summary: Header files for the Soup library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: gnutls-devel
|
||||
Requires: libxml2-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
Libsoup is an HTTP library implementation in C. This package allows
|
||||
@ -80,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libsoup
|
||||
|
||||
%changelog
|
||||
* Fri Nov 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.97-2
|
||||
- Avoid accidentally exported symbols (#215919)
|
||||
|
||||
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.97-1
|
||||
- Update to 2.2.97
|
||||
- Remove patch for Gnome.org bug #356809 (fixed upstream).
|
||||
|
Loading…
Reference in New Issue
Block a user