From 0fe6092c45dec532809b4c0fc46cd16e9d31ce88e3e823f146cc47d9056f036a Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 18 Jan 2010 13:29:59 +0000 Subject: [PATCH] Accepting request 29879 from GNOME:Factory Copy from GNOME:Factory/gupnp-igd based on submit request 29879 from user vuntz OBS-URL: https://build.opensuse.org/request/show/29879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-igd?expand=0&rev=4 --- gupnp-igd-0.1.5.tar.bz2 | 3 --- gupnp-igd-0.1.6.tar.bz2 | 3 +++ gupnp-igd.changes | 8 ++++++++ gupnp-igd.spec | 23 ++++++++++++++++++++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 gupnp-igd-0.1.5.tar.bz2 create mode 100644 gupnp-igd-0.1.6.tar.bz2 diff --git a/gupnp-igd-0.1.5.tar.bz2 b/gupnp-igd-0.1.5.tar.bz2 deleted file mode 100644 index 709ba61..0000000 --- a/gupnp-igd-0.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c3329d2993b1ade7bec786b4563c2f41952ef0c510e829b1411b603be148de6 -size 273627 diff --git a/gupnp-igd-0.1.6.tar.bz2 b/gupnp-igd-0.1.6.tar.bz2 new file mode 100644 index 0000000..680c2ab --- /dev/null +++ b/gupnp-igd-0.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9392e4b84782d6f6d2b746dda490c9f856910dc89348b91a6ad3585a590b552 +size 289034 diff --git a/gupnp-igd.changes b/gupnp-igd.changes index 71bc4d8..e5c83e5 100644 --- a/gupnp-igd.changes +++ b/gupnp-igd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 5 16:46:33 CET 2010 - vuntz@opensuse.org + +- Update to version 0.1.6: + + Add python bindings +- Add python-devel, python-gobject2-devel BuildRequires, and + package python bindings in python-gupnp-id subpackage. + ------------------------------------------------------------------- Mon Dec 7 09:19:28 CET 2009 - vuntz@opensuse.org diff --git a/gupnp-igd.spec b/gupnp-igd.spec index 23ddcb0..4926d4e 100644 --- a/gupnp-igd.spec +++ b/gupnp-igd.spec @@ -1,7 +1,7 @@ # -# spec file for package gupnp-igd (Version 0.1.5) +# spec file for package gupnp-igd (Version 0.1.6) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: gupnp-igd -Version: 0.1.5 +Version: 0.1.6 Release: 1 Summary: Library to handle UPnP IGD port mapping License: LGPLv2.1+ @@ -26,6 +26,8 @@ Group: Development/Libraries/C and C++ Url: http://www.gupnp.org/ Source: %{name}-%{version}.tar.bz2 BuildRequires: libgupnp-devel +BuildRequires: python-devel +BuildRequires: python-gobject2-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -41,6 +43,16 @@ Group: Development/Libraries/C and C++ gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed to have a very simple API. +%package -n python-gupnp-id +License: LGPLv2.1+ +Summary: Library to handle UPnP IGD port mapping - Python Bindings +Group: Development/Libraries/Python +Requires: libgupnp-igd-1_0-3 = %{version} + +%description -n python-gupnp-id +gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed +to have a very simple API. + %package -n libgupnp-igd-devel License: LGPLv2.1+ Summary: Library to handle UPnP IGD port mapping - Development Files @@ -75,6 +87,11 @@ rm -rf %{buildroot} %doc AUTHORS COPYING NEWS README %{_libdir}/*.so.* +%files -n python-gupnp-id +%defattr(-,root,root) +%dir %{python_sitearch}/gupnp +%{python_sitearch}/gupnp/igd.so + %files -n libgupnp-igd-devel %defattr(-,root,root) %{_includedir}/%{name}-1.0