[gupnp] Use NetworkManager for connectivity detection

Peter Robinson pbrobinson at fedoraproject.org
Mon Aug 13 19:40:35 UTC 2012


commit 48c002985c1e538b6db7911f08cc16c16846c692
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Aug 13 20:39:50 2012 +0100

    Use NetworkManager for connectivity detection

 gupnp.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gupnp.spec b/gupnp.spec
index 15a66c4..5086995 100644
--- a/gupnp.spec
+++ b/gupnp.spec
@@ -1,6 +1,6 @@
 Name:          gupnp
 Version:       0.18.3
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       A framework for creating UPnP devices & control points
 
 Group:         System Environment/Libraries
@@ -14,6 +14,7 @@ BuildRequires: gobject-introspection-devel
 BuildRequires: libsoup-devel
 BuildRequires: libxml2-devel
 BuildRequires: libuuid-devel
+BuildRequires: NetworkManager-devel
 
 Requires: dbus
 
@@ -49,7 +50,7 @@ This package contains developer documentation for %{name}.
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --with-context-manager=network-manager
 make %{?_smp_mflags} V=1
 
 %install
@@ -81,6 +82,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %doc %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Mon Aug 13 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.18.3-3
+- Use NetworkManager for connectivity detection
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list