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
This commit is contained in:
parent
1eb8539bf4
commit
0fe6092c45
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c3329d2993b1ade7bec786b4563c2f41952ef0c510e829b1411b603be148de6
|
||||
size 273627
|
3
gupnp-igd-0.1.6.tar.bz2
Normal file
3
gupnp-igd-0.1.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9392e4b84782d6f6d2b746dda490c9f856910dc89348b91a6ad3585a590b552
|
||||
size 289034
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user