2.26.0
This commit is contained in:
parent
2ad0fdd062
commit
5fe8d60267
@ -1 +1 @@
|
|||||||
libsoup-2.25.91.tar.bz2
|
libsoup-2.26.0.tar.bz2
|
||||||
|
15
libsoup.spec
15
libsoup.spec
@ -3,14 +3,14 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Version: 2.25.91
|
Version: 2.26.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Soup, an HTTP library implementation
|
Summary: Soup, an HTTP library implementation
|
||||||
URL: http://live.gnome.org/LibSoup
|
URL: http://live.gnome.org/LibSoup
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.25/libsoup-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/libsoup/2.26/libsoup-%{version}.tar.bz2
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ BuildRequires: sqlite-devel
|
|||||||
Libsoup is an HTTP library implementation in C. It was originally part
|
Libsoup is an HTTP library implementation in C. It was originally part
|
||||||
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
|
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
|
||||||
the SOAP and non-SOAP parts have now been split into separate packages.
|
the SOAP and non-SOAP parts have now been split into separate packages.
|
||||||
|
|
||||||
libsoup uses the Glib main loop and is designed to work well with GTK
|
libsoup uses the Glib main loop and is designed to work well with GTK
|
||||||
applications. This enables GNOME applications to access HTTP servers
|
applications. This enables GNOME applications to access HTTP servers
|
||||||
on the network in a completely asynchronous fashion, very similar to
|
on the network in a completely asynchronous fashion, very similar to
|
||||||
@ -41,7 +41,7 @@ Requires: libxml2-devel
|
|||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
|
|
||||||
%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
|
||||||
you to develop applications that use the libsoup library.
|
you to develop applications that use the libsoup library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -62,7 +62,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/%{name}-2.4
|
%{_datadir}/gtk-doc/html/%{name}-2.4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
||||||
|
- Update to 2.26.0
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user