- Update to 2.2.95.1
This commit is contained in:
parent
6885c15eb0
commit
34c610a102
@ -1 +1 @@
|
||||
libsoup-2.2.94.tar.bz2
|
||||
libsoup-2.2.95.1.tar.bz2
|
||||
|
35
libsoup.spec
35
libsoup.spec
@ -1,15 +1,27 @@
|
||||
Summary: Soup, an HTTP library implementation
|
||||
### Abstract ###
|
||||
|
||||
Name: libsoup
|
||||
Version: 2.2.94
|
||||
Release: 3.1
|
||||
Version: 2.2.95.1
|
||||
Release: 1
|
||||
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/
|
||||
|
||||
Summary: Soup, an HTTP library implementation
|
||||
URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: glib2 >= 2.0, gnutls, libxml2
|
||||
BuildRequires: glib2-devel, pkgconfig, gnutls-devel, libxml2-devel
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
Requires: glib2 >= 2.0
|
||||
Requires: gnutls
|
||||
Requires: libxml2
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libxml2-devel
|
||||
|
||||
%description
|
||||
Libsoup is an HTTP library implementation in C. It was originally part
|
||||
@ -26,7 +38,9 @@ supported for those who want it).
|
||||
Summary: Header files for the Soup library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glib2-devel, gnutls-devel, libxml2-devel
|
||||
Requires: glib2-devel
|
||||
Requires: gnutls-devel
|
||||
Requires: libxml2-devel
|
||||
|
||||
%description devel
|
||||
Libsoup is an HTTP library implementation in C. This package allows
|
||||
@ -66,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libsoup
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.95.1-1
|
||||
- Update to 2.2.95.1
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.94-3.1
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user