- added requirement on gnutls, so that we build with SSL support
- fixed source download path
This commit is contained in:
parent
ee2e54f872
commit
62a3cd56c0
12
libsoup.spec
12
libsoup.spec
@ -1,14 +1,14 @@
|
||||
Summary: Soup, an HTTP library implementation
|
||||
Name: libsoup
|
||||
Version: 2.2.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: LGPL
|
||||
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/
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: glib2 >= 2.0
|
||||
BuildRequires: glib2-devel, pkgconfig, gtk-doc
|
||||
Requires: glib2 >= 2.0, gnutls
|
||||
BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel
|
||||
|
||||
%description
|
||||
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
|
||||
|
||||
%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
|
||||
- update from 2.1.13 to 2.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user