From 5017af2db843784465dd491245825b79c0e24710 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 18 Feb 2013 18:24:22 +0100 Subject: [PATCH] libsoup: Update to 2.41.5. This is a major update to the latest stable version. Also enable support for introspection. --- libsoup/libsoup.nm | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/libsoup/libsoup.nm b/libsoup/libsoup.nm index 868ced3c9..c21ce9623 100644 --- a/libsoup/libsoup.nm +++ b/libsoup/libsoup.nm @@ -4,7 +4,9 @@ ############################################################################### name = libsoup -version = 2.33.6 +version = %{ver_major}.%{ver_minor} +ver_major = 2.41 +ver_minor = 5 release = 1 groups = System/Libraries @@ -13,36 +15,44 @@ license = GPL summary = HTTP client/server library for GNOME. description - libsoup is an HTTP client/server library for GNOME. It uses GObjects \ - and the glib main loop, to integrate well with GNOME applications, \ + libsoup is an HTTP client/server library for GNOME. It uses GObjects + and the glib main loop, to integrate well with GNOME applications, and also has a synchronous API, for use in threaded applications. end -source_dl = +source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/ +sources = %{thisapp}.tar.xz build requires - glib2-devel + glib2-devel >= 2.35.0 gnutls-devel + gobject-introspection-devel + intltool libgcrypt-devel libxml2-devel openssl-devel pkg-config + sqlite-devel zlib-devel end configure_options += \ + --enable-introspection=yes \ + --disable-tls-check \ --without-gnome end packages package %{name} - end package %{name}-devel template DEVEL requires = libxml2-devel + + files += \ + %{datadir}/gir*/ end package %{name}-debuginfo -- 2.39.2