]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libsoup/libsoup.nm
prevent kernel address space leak via dmesg or /proc files
[people/pmueller/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 7version = %{ver_major}.%{ver_minor}
cc54a317
AM
8ver_major = 2.54
9ver_minor = 0.1
141a73ab 10release = 2
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 37 zlib-devel
cc54a317 38 vala-devel >= 0.32
802ea3af
MT
39 end
40
141a73ab
MT
41 export LD_LIBRARY_PATH = %{DIR_APP}/libsoup/.libs
42
802ea3af 43 configure_options += \
5017af2d
SS
44 --enable-introspection=yes \
45 --disable-tls-check \
802ea3af
MT
46 --without-gnome
47end
48
49packages
50 package %{name}
1f9bc2f0 51
802ea3af
MT
52 package %{name}-devel
53 template DEVEL
1f9bc2f0 54
802ea3af 55 requires = libxml2-devel
5017af2d
SS
56
57 files += \
58 %{datadir}/gir*/
802ea3af 59 end
1f9bc2f0
MT
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
802ea3af 64end