added requirement on libxml2 (#134700)

This commit is contained in:
dmalcolm 2004-10-06 22:43:35 +00:00
parent 62a3cd56c0
commit 3e4f2861c3

View File

@ -1,14 +1,14 @@
Summary: Soup, an HTTP library implementation
Name: libsoup
Version: 2.2.0
Release: 2
Release: 3
License: LGPL
Group: Development/Libraries
Source0: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
BuildRoot: %{_tmppath}/%{name}-root
Requires: glib2 >= 2.0, gnutls
BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel
Requires: glib2 >= 2.0, gnutls, libxml2
BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel, libxml2-devel
%description
Libsoup is an HTTP library implementation in C. It was originally part
@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libsoup
%changelog
* Wed Oct 6 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-3
- added requirement on libxml2 (#134700)
* 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