2.2.91
This commit is contained in:
parent
e52cf0d493
commit
19fd9080b7
@ -1 +1,2 @@
|
||||
libsoup-2.2.7.tar.bz2
|
||||
libsoup-2.2.91.tar.bz2
|
||||
|
11
libsoup.spec
11
libsoup.spec
@ -1,7 +1,7 @@
|
||||
Summary: Soup, an HTTP library implementation
|
||||
Name: libsoup
|
||||
Version: 2.2.7
|
||||
Release: 2
|
||||
Version: 2.2.91
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: Development/Libraries
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
@ -9,7 +9,7 @@ URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: glib2 >= 2.0, gnutls, libxml2
|
||||
BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel, libxml2-devel
|
||||
BuildRequires: glib2-devel, pkgconfig, gnutls-devel, libxml2-devel
|
||||
|
||||
%description
|
||||
Libsoup is an HTTP library implementation in C. It was originally part
|
||||
@ -36,7 +36,7 @@ you to develop applications that use the libsoup library.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%configure --disable-gtk-doc
|
||||
make
|
||||
|
||||
%install
|
||||
@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libsoup
|
||||
|
||||
%changelog
|
||||
* Sat Mar 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.91-1
|
||||
- Update to 2.2.91
|
||||
|
||||
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.7-2
|
||||
- Remove excessive Requires for the -devel package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user