forked from pool/libsoup
This commit is contained in:
parent
4a81f9d601
commit
e8e192e8ae
4
baselibs.conf
Normal file
4
baselibs.conf
Normal file
@ -0,0 +1,4 @@
|
||||
libsoup-2_4-1
|
||||
libsoup-devel
|
||||
requires -libsoup-<targettype>
|
||||
requires "libsoup-2_4-1-<targettype> = <version>"
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 03:52:18 CET 2008 - maw@suse.de
|
||||
|
||||
|
10
libsoup.spec
10
libsoup.spec
@ -20,7 +20,7 @@ Group: Development/Libraries/GNOME
|
||||
AutoReqProv: on
|
||||
Summary: Simple Object Access Protocol (SOAP)
|
||||
Version: 2.4.0
|
||||
Release: 1
|
||||
Release: 8
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
# PATCH-NEEDS-REBASE libsoup-2.2.100-r924.patch
|
||||
Patch1: libsoup-2.2.100-r924.patch
|
||||
@ -56,6 +56,7 @@ Authors:
|
||||
Miguel De Icaza <miguel@ximian.com>
|
||||
|
||||
%package 2_4-1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Simple Object Access Protocol (SOAP)
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} >= %{version}
|
||||
@ -86,6 +87,7 @@ Authors:
|
||||
Miguel De Icaza <miguel@ximian.com>
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version} glib2-devel libgnutls-devel libgcrypt-devel libgpg-error-devel libxml2-devel
|
||||
@ -105,6 +107,7 @@ Authors:
|
||||
Miguel De Icaza <miguel@ximian.com>
|
||||
|
||||
%package doc
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Additional Package Documentation.
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
@ -176,6 +179,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libsoup-2.4
|
||||
|
||||
%changelog
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Fri Mar 14 2008 maw@suse.de
|
||||
- Update to version 2.4.0:
|
||||
+ Fixed a small memory leak in SoupSession (bgo#518798)
|
||||
@ -191,7 +197,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
and bgo#518317)
|
||||
+ Tidied up libsoup-2.4.pc file (bgo#517631)
|
||||
- The shared library subpackage is now called libsoup-2_4-1.
|
||||
* Mon Feb 18 2008 maw@suse.de
|
||||
* Tue Feb 19 2008 maw@suse.de
|
||||
- Update to version 2.3.2:
|
||||
+ API changes / Behavior changes:
|
||||
* soup_server_add_auth_domain() now refs the auth domain when
|
||||
|
Loading…
x
Reference in New Issue
Block a user