############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = gupnp version = %{ver_major}.%{ver_minor} ver_major = 1.0 ver_minor = 1 release = 1 groups = System/Libraries url = http://www.gupnp.org license = LGPL summary = An UPNP framework. description GUPnP is an object-oriented open source framework for creating UPnP\ devices and control points, written in C using GObject and libsoup.\ The GUPnP API is intended to be easy to use, efficient and flexible. end source_dl = https://download.gnome.org/sources/%{name}/%{ver_major}/ sources = %{thisapp}.tar.xz build requires glib2-devel gssdp-devel >= 0.14.13 libsoup-devel >= 2.48 libuuid-devel libxml2-devel end configure_options += \ --without-gnome end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end