Update to 2.39.1

... and package the translations.
This commit is contained in:
Kalev Lember 2012-05-05 20:03:33 +03:00
parent 8878763e20
commit 524ad7d46b
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ libsoup-2.31.6.tar.bz2
/libsoup-2.37.92.tar.xz
/libsoup-2.38.0.tar.xz
/libsoup-2.38.1.tar.xz
/libsoup-2.39.1.tar.xz

View File

@ -1,16 +1,16 @@
%define glib2_version 2.29.15
%define glib2_version 2.33.1
### Abstract ###
Name: libsoup
Version: 2.38.1
Version: 2.39.1
Release: 1%{?dist}
License: LGPLv2
Group: Development/Libraries
Summary: Soup, an HTTP library implementation
URL: http://live.gnome.org/LibSoup
#VCS: git:git://git.gnome.org/libsoup
Source: http://download.gnome.org/sources/libsoup/2.38/libsoup-%{version}.tar.xz
Source: http://download.gnome.org/sources/libsoup/2.39/libsoup-%{version}.tar.xz
Requires: glib-networking >= %{glib2_version}
### Build Dependencies ###
@ -18,6 +18,7 @@ Requires: glib-networking >= %{glib2_version}
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: glib-networking
BuildRequires: gobject-introspection-devel
BuildRequires: intltool
BuildRequires: libxml2-devel
BuildRequires: sqlite-devel
BuildRequires: gnome-keyring-devel
@ -63,11 +64,13 @@ make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
%find_lang libsoup
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%files -f libsoup.lang
%doc README COPYING NEWS AUTHORS
%{_libdir}/lib*.so.*
%{_libdir}/girepository-1.0/Soup*2.4.typelib
@ -81,6 +84,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
%{_datadir}/gtk-doc/html/%{name}-2.4
%changelog
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.39.1-1
- Update to 2.39.1
- Package the translations
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.38.1-1
- Update to 2.38.1

View File

@ -1 +1 @@
d13fb4968acea24c26b83268a308f580 libsoup-2.38.1.tar.xz
96f842574e13ceeb8bc11924af23f77b libsoup-2.39.1.tar.xz