- 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
|
Name: libsoup
|
||||||
Version: 2.2.94
|
Version: 2.2.95.1
|
||||||
Release: 3.1
|
Release: 1
|
||||||
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
|
Summary: Soup, an HTTP library implementation
|
||||||
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, libxml2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: glib2-devel, pkgconfig, gnutls-devel, libxml2-devel
|
|
||||||
|
### Dependencies ###
|
||||||
|
|
||||||
|
Requires: glib2 >= 2.0
|
||||||
|
Requires: gnutls
|
||||||
|
Requires: libxml2
|
||||||
|
|
||||||
|
### Build Dependencies ###
|
||||||
|
|
||||||
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: gnutls-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: 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
|
||||||
@ -26,7 +38,9 @@ supported for those who want it).
|
|||||||
Summary: Header files for the Soup library
|
Summary: Header files for the Soup library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glib2-devel, gnutls-devel, libxml2-devel
|
Requires: glib2-devel
|
||||||
|
Requires: gnutls-devel
|
||||||
|
Requires: libxml2-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libsoup is an HTTP library implementation in C. This package allows
|
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
|
%{_datadir}/gtk-doc/html/libsoup
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.94-3.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user