]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libsoup/libsoup.nm
gobject-introspection: Update to 1.39.3.
[people/ms/ipfire-3.x.git] / libsoup / libsoup.nm
CommitLineData
60d42395 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
60d42395
SS
4###############################################################################
5
802ea3af 6name = libsoup
5017af2d
SS
7version = %{ver_major}.%{ver_minor}
8ver_major = 2.41
9ver_minor = 5
802ea3af 10release = 1
60d42395 11
802ea3af
MT
12groups = System/Libraries
13url = http://live.gnome.org/LibSoup
14license = GPL
15summary = HTTP client/server library for GNOME.
ba587311 16
802ea3af 17description
5017af2d
SS
18 libsoup is an HTTP client/server library for GNOME. It uses GObjects
19 and the glib main loop, to integrate well with GNOME applications,
60d42395 20 and also has a synchronous API, for use in threaded applications.
802ea3af
MT
21end
22
5017af2d
SS
23source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
24sources = %{thisapp}.tar.xz
802ea3af
MT
25
26build
27 requires
5017af2d 28 glib2-devel >= 2.35.0
802ea3af 29 gnutls-devel
5017af2d
SS
30 gobject-introspection-devel
31 intltool
802ea3af
MT
32 libgcrypt-devel
33 libxml2-devel
34 openssl-devel
35 pkg-config
5017af2d 36 sqlite-devel
802ea3af
MT
37 zlib-devel
38 end
39
40 configure_options += \
5017af2d
SS
41 --enable-introspection=yes \
42 --disable-tls-check \
802ea3af
MT
43 --without-gnome
44end
45
46packages
47 package %{name}
1f9bc2f0 48
802ea3af
MT
49 package %{name}-devel
50 template DEVEL
1f9bc2f0 51
802ea3af 52 requires = libxml2-devel
5017af2d
SS
53
54 files += \
55 %{datadir}/gir*/
802ea3af 56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end