Accepting request 25854 from GNOME:Factory
Copy from GNOME:Factory/gupnp-igd based on submit request 25854 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-igd?expand=0&rev=3
This commit is contained in:
parent
22410464a4
commit
1eb8539bf4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d82d3742e107150e0a3567ec3aa14a709627d8b261fc8425fd0b60cd92427a1
|
|
||||||
size 269337
|
|
3
gupnp-igd-0.1.5.tar.bz2
Normal file
3
gupnp-igd-0.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c3329d2993b1ade7bec786b4563c2f41952ef0c510e829b1411b603be148de6
|
||||||
|
size 273627
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 7 09:19:28 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.1.5:
|
||||||
|
+ Use the new GUPnP Context Manager from GUPnP 0.13
|
||||||
|
- Rename libgupnp-igd-1_0-2 to libgupnp-igd-1_0-3 to follow soname
|
||||||
|
bump.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 30 20:13:14 CET 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.1.4:
|
||||||
|
+ Make it compatible with the 0.13 API
|
||||||
|
+ Bug fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 13 23:43:02 CEST 2009 - vuntz@novell.com
|
Sat Jun 13 23:43:02 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp-igd (Version 0.1.3)
|
# spec file for package gupnp-igd (Version 0.1.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp-igd
|
Name: gupnp-igd
|
||||||
Version: 0.1.3
|
Version: 0.1.5
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Library to handle UPnP IGD port mapping
|
Summary: Library to handle UPnP IGD port mapping
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gupnp.org/
|
Url: http://www.gupnp.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -32,20 +32,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
|
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
|
||||||
to have a very simple API.
|
to have a very simple API.
|
||||||
|
|
||||||
%package -n libgupnp-igd-1_0-2
|
%package -n libgupnp-igd-1_0-3
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: Library to handle UPnP IGD port mapping
|
Summary: Library to handle UPnP IGD port mapping
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libgupnp-igd-1_0-2
|
%description -n libgupnp-igd-1_0-3
|
||||||
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
|
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
|
||||||
to have a very simple API.
|
to have a very simple API.
|
||||||
|
|
||||||
%package -n libgupnp-igd-devel
|
%package -n libgupnp-igd-devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: Library to handle UPnP IGD port mapping - Development Files
|
Summary: Library to handle UPnP IGD port mapping - Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgupnp-igd-1_0-2 = %{version}
|
Requires: libgupnp-igd-1_0-3 = %{version}
|
||||||
Requires: libgupnp-devel
|
Requires: libgupnp-devel
|
||||||
|
|
||||||
%description -n libgupnp-igd-devel
|
%description -n libgupnp-igd-devel
|
||||||
@ -66,11 +66,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -n libgupnp-igd-1_0-2 -p /sbin/ldconfig
|
%post -n libgupnp-igd-1_0-3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgupnp-igd-1_0-2 -p /sbin/ldconfig
|
%postun -n libgupnp-igd-1_0-3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libgupnp-igd-1_0-2
|
%files -n libgupnp-igd-1_0-3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user