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 Summary: Soup, an HTTP library implementation
Name: libsoup Name: libsoup
Version: 2.2.0 Version: 2.2.0
Release: 2 Release: 3
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
Source0: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{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, gnutls Requires: glib2 >= 2.0, gnutls, libxml2
BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel, libxml2-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,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libsoup %{_datadir}/gtk-doc/html/libsoup
%changelog %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 * Wed Sep 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-2
- added requirement on gnutls, so that we build with SSL support - added requirement on gnutls, so that we build with SSL support
- fixed source download path - fixed source download path