- Update to 2.3.0
- Bump glib2 requirement to >= 2.15.3. - Clean up some redundant dependencies. - Remove patch for RH bug #327871 (fixed in glibc).
This commit is contained in:
parent
a883d56474
commit
98ad6935d0
@ -1 +1 @@
|
||||
libsoup-2.2.104.tar.bz2
|
||||
libsoup-2.3.0.tar.bz2
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff -up libsoup-2.2.101/libsoup/soup-portability.h.header-breakage libsoup-2.2.101/libsoup/soup-portability.h
|
||||
--- libsoup-2.2.101/libsoup/soup-portability.h.header-breakage 2007-06-01 16:31:34.000000000 -0400
|
||||
+++ libsoup-2.2.101/libsoup/soup-portability.h 2007-10-11 12:33:58.000000000 -0400
|
||||
@@ -17,6 +17,9 @@
|
||||
|
||||
#else
|
||||
|
||||
+/* Work around a glibc bug (#327871) */
|
||||
+#include <linux/socket.h>
|
||||
+
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
28
libsoup.spec
28
libsoup.spec
@ -1,7 +1,9 @@
|
||||
%define glib2_version 2.15.3
|
||||
|
||||
### Abstract ###
|
||||
|
||||
Name: libsoup
|
||||
Version: 2.2.104
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2
|
||||
Group: Development/Libraries
|
||||
@ -10,20 +12,9 @@ URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Source: libsoup-%{version}.tar.bz2
|
||||
|
||||
### Patches ###
|
||||
|
||||
# RH bug #327871
|
||||
Patch0: libsoup-2.2.101-header-breakage.patch
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
Requires: glib2 >= 2.6
|
||||
Requires: gnutls
|
||||
Requires: libxml2
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -43,7 +34,7 @@ supported for those who want it).
|
||||
Summary: Header files for the Soup library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: glib2-devel >= %{glib2_version}
|
||||
Requires: gnutls-devel
|
||||
Requires: libxml2-devel
|
||||
Requires: pkgconfig
|
||||
@ -54,7 +45,6 @@ you to develop applications that use the libsoup library.
|
||||
|
||||
%prep
|
||||
%setup -q -n libsoup-%{version}
|
||||
%patch -p1 -b .header-breakage
|
||||
|
||||
%build
|
||||
%configure --disable-gtk-doc
|
||||
@ -81,12 +71,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/libsoup-2.2
|
||||
%{_includedir}/libsoup-2.4
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gtk-doc/html/libsoup
|
||||
|
||||
%changelog
|
||||
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.0-1
|
||||
- Update to 2.3.0
|
||||
- Bump glib2 requirement to >= 2.15.3.
|
||||
- Clean up some redundant dependencies.
|
||||
- Remove patch for RH bug #327871 (fixed in glibc).
|
||||
|
||||
* Mon Nov 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.104-1
|
||||
- Update to 2.2.104
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user