SHA256
1
0
forked from pool/gupnp

Accepting request 75653 from home:vuntz:branches:GNOME:Factory

Update to 0.17.1

OBS-URL: https://build.opensuse.org/request/show/75653
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=30
This commit is contained in:
2011-07-07 13:35:49 +00:00
committed by Git OBS Bridge
parent 54ac2fb13d
commit eaddc37a63
4 changed files with 33 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
Name: gupnp
Version: 0.17.0
Version: 0.17.1
Release: 1
Summary: Implementation of the UPnP specification
License: LGPL v2 or later
@@ -44,6 +44,8 @@ libraries utilizing the GUPnP framework.
License: LGPL v2 or later
Summary: Implementation of the UPnP specification
Group: Development/Libraries/C and C++
# This is the default context manager we want
Recommends: NetworkManager
%description -n libgupnp-1_0-4
GUPnP implements the UPnP specification: resource announcement and
@@ -58,9 +60,6 @@ License: LGPL v2 or later
Summary: Implementation of the UPnP specification - Development Files
Group: Development/Libraries/C and C++
Requires: libgupnp-1_0-4 = %{version}
Requires: libsoup-devel
Requires: libgssdp-devel
Requires: libxml2-devel
%description -n libgupnp-devel
GUPnP implements the UPnP specification: resource announcement and
@@ -74,7 +73,8 @@ libraries utilizing the GUPnP framework.
%setup -q
%build
%configure --disable-static
%configure --disable-static \
--with-context-manager=network-manager
%__make %{?jobs:-j%jobs}
%install