- added requirement on gnutls, so that we build with SSL support

- fixed source download path
This commit is contained in:
dmalcolm 2004-09-22 18:12:40 +00:00
parent ee2e54f872
commit 62a3cd56c0

View File

@ -1,14 +1,14 @@
Summary: Soup, an HTTP library implementation Summary: Soup, an HTTP library implementation
Name: libsoup Name: libsoup
Version: 2.2.0 Version: 2.2.0
Release: 1 Release: 2
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
Source0: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/1.99/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/ URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
Requires: glib2 >= 2.0 Requires: glib2 >= 2.0, gnutls
BuildRequires: glib2-devel, pkgconfig, gtk-doc BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel
%description %description
Libsoup is an HTTP library implementation in C. It was originally part Libsoup is an HTTP library implementation in C. It was originally part
@ -64,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libsoup %{_datadir}/gtk-doc/html/libsoup
%changelog %changelog
* Wed Sep 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-2
- added requirement on gnutls, so that we build with SSL support
- fixed source download path
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-1 * Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-1
- update from 2.1.13 to 2.2.0 - update from 2.1.13 to 2.2.0