From 256e48014bbc48c403d447b2a70a8653b901495988a7ddd989e3e36411d61dae Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sat, 11 Sep 2010 21:44:43 +0000 Subject: [PATCH 1/5] Accepting request 47902 from home:dimstar:branches:GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/47902 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=14 --- gupnp-igd-make382.patch | 23 +++++++++++++++++++++++ gupnp-igd.changes | 7 +++++++ gupnp-igd.spec | 6 ++++++ 3 files changed, 36 insertions(+) create mode 100644 gupnp-igd-make382.patch diff --git a/gupnp-igd-make382.patch b/gupnp-igd-make382.patch new file mode 100644 index 0000000..b1ce6db --- /dev/null +++ b/gupnp-igd-make382.patch @@ -0,0 +1,23 @@ +From 0ba5417df63c60dbc46c24380a8872f716a9cb95 Mon Sep 17 00:00:00 2001 +From: Dominique Leuenberger +Date: Sat, 11 Sep 2010 22:25:48 +0200 +Subject: [PATCH] Fix build with make 3.82. Make is not bash. + +--- + python/Makefile.am | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/python/Makefile.am b/python/Makefile.am +index ee31665..0931b82 100644 +--- a/python/Makefile.am ++++ b/python/Makefile.am +@@ -1,5 +1,5 @@ + PYDEFS=`pkg-config --variable=defsdir pygobject-2.0` +-[ -z "$PYDEFS" && PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`] ++PYDEFS ?= `pkg-config --variable=defsdir pygtk-2.0` + + AM_CPPFLAGS = \ + -I. \ +-- +1.7.1 + diff --git a/gupnp-igd.changes b/gupnp-igd.changes index 977d50a..2005c2a 100644 --- a/gupnp-igd.changes +++ b/gupnp-igd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Sep 11 20:27:55 UTC 2010 - dimstar@opensuse.org + +- Add gupnp-igd-make382.patch: Fix build with make 3.82 +- Add autoreconf call in build section. +- Add gtk-doc BuildRequires. + ------------------------------------------------------------------- Mon Jun 21 12:48:54 CEST 2010 - dimstar@opensuse.org diff --git a/gupnp-igd.spec b/gupnp-igd.spec index 5eb1e68..00559da 100644 --- a/gupnp-igd.spec +++ b/gupnp-igd.spec @@ -25,6 +25,9 @@ License: LGPLv2.1+ Group: Development/Libraries/C and C++ Url: http://www.gupnp.org/ Source: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM gupnp-igd-make382.patch dimstar@opensuse.org -- Fix build with make 3.82. Requires autoreconf and gtk-doc BuildRequires. +Patch0: gupnp-igd-make382.patch +BuildRequires: gtk-doc BuildRequires: libgupnp-devel BuildRequires: python-devel BuildRequires: python-gobject2-devel @@ -66,8 +69,11 @@ to have a very simple API. %prep %setup -q +%patch0 -p1 %build +# Autoreconf is needed for patch0 -- Fix build with make 3.82 +autoreconf %configure --disable-static %__make %{?jobs:-j%jobs} From 2b3525c36ded3a41d3161d12242c44c36000ee54e3a4792dea33d73ce85870be Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 13 Sep 2010 10:13:55 +0000 Subject: [PATCH 2/5] Accepting request 47905 from GNOME:Factory checked in (request 47905) OBS-URL: https://build.opensuse.org/request/show/47905 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=15 --- gupnp-igd-make382.patch | 23 ----------------------- gupnp-igd.changes | 7 ------- gupnp-igd.spec | 6 ------ 3 files changed, 36 deletions(-) delete mode 100644 gupnp-igd-make382.patch diff --git a/gupnp-igd-make382.patch b/gupnp-igd-make382.patch deleted file mode 100644 index b1ce6db..0000000 --- a/gupnp-igd-make382.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 0ba5417df63c60dbc46c24380a8872f716a9cb95 Mon Sep 17 00:00:00 2001 -From: Dominique Leuenberger -Date: Sat, 11 Sep 2010 22:25:48 +0200 -Subject: [PATCH] Fix build with make 3.82. Make is not bash. - ---- - python/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/python/Makefile.am b/python/Makefile.am -index ee31665..0931b82 100644 ---- a/python/Makefile.am -+++ b/python/Makefile.am -@@ -1,5 +1,5 @@ - PYDEFS=`pkg-config --variable=defsdir pygobject-2.0` --[ -z "$PYDEFS" && PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`] -+PYDEFS ?= `pkg-config --variable=defsdir pygtk-2.0` - - AM_CPPFLAGS = \ - -I. \ --- -1.7.1 - diff --git a/gupnp-igd.changes b/gupnp-igd.changes index 2005c2a..977d50a 100644 --- a/gupnp-igd.changes +++ b/gupnp-igd.changes @@ -1,10 +1,3 @@ -------------------------------------------------------------------- -Sat Sep 11 20:27:55 UTC 2010 - dimstar@opensuse.org - -- Add gupnp-igd-make382.patch: Fix build with make 3.82 -- Add autoreconf call in build section. -- Add gtk-doc BuildRequires. - ------------------------------------------------------------------- Mon Jun 21 12:48:54 CEST 2010 - dimstar@opensuse.org diff --git a/gupnp-igd.spec b/gupnp-igd.spec index 00559da..5eb1e68 100644 --- a/gupnp-igd.spec +++ b/gupnp-igd.spec @@ -25,9 +25,6 @@ License: LGPLv2.1+ Group: Development/Libraries/C and C++ Url: http://www.gupnp.org/ Source: %{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM gupnp-igd-make382.patch dimstar@opensuse.org -- Fix build with make 3.82. Requires autoreconf and gtk-doc BuildRequires. -Patch0: gupnp-igd-make382.patch -BuildRequires: gtk-doc BuildRequires: libgupnp-devel BuildRequires: python-devel BuildRequires: python-gobject2-devel @@ -69,11 +66,8 @@ to have a very simple API. %prep %setup -q -%patch0 -p1 %build -# Autoreconf is needed for patch0 -- Fix build with make 3.82 -autoreconf %configure --disable-static %__make %{?jobs:-j%jobs} From 0f25c90157aa80f71c8383ca16d1814fbf3a99e1b14a4082ef2a9b18f31c07be Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 2 May 2011 19:15:23 +0000 Subject: [PATCH 3/5] Accepting request 68843 from home:dimstar:branches:GNOME:Factory Update to 0.1.10 OBS-URL: https://build.opensuse.org/request/show/68843 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=16 --- _service | 12 ++ ...ress:download_url:gupnp-igd-0.1.10.tar.bz2 | 3 + _service:set_version:gupnp-igd.spec | 108 ++++++++++++++++++ gupnp-igd-0.1.7.tar.bz2 | 3 - gupnp-igd.changes | 24 ++++ gupnp-igd.spec | 9 +- 6 files changed, 154 insertions(+), 5 deletions(-) create mode 100644 _service create mode 100644 _service:recompress:download_url:gupnp-igd-0.1.10.tar.bz2 create mode 100644 _service:set_version:gupnp-igd.spec delete mode 100644 gupnp-igd-0.1.7.tar.bz2 diff --git a/_service b/_service new file mode 100644 index 0000000..1ea7b29 --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + http + gupnp.org + /sites/all/files/sources/gupnp-igd-0.1.10.tar.gz + + + _service:download_url:*.tar.gz + bz2 + + + diff --git a/_service:recompress:download_url:gupnp-igd-0.1.10.tar.bz2 b/_service:recompress:download_url:gupnp-igd-0.1.10.tar.bz2 new file mode 100644 index 0000000..bcdf4e4 --- /dev/null +++ b/_service:recompress:download_url:gupnp-igd-0.1.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582db66f57f112b76b17ed50169797c0475fb124a38019c929289839ebe4fbb9 +size 306717 diff --git a/_service:set_version:gupnp-igd.spec b/_service:set_version:gupnp-igd.spec new file mode 100644 index 0000000..699d2ff --- /dev/null +++ b/_service:set_version:gupnp-igd.spec @@ -0,0 +1,108 @@ +# +# spec file for package gupnp-igd (Version 0.1.7) +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + +Name: gupnp-igd +Version: 0.1.10 +Release: 0 +# FIXME: Check if parallel build works again (broken since 0.1.10) +Summary: Library to handle UPnP IGD port mapping +License: LGPLv2.1+ +Group: Development/Libraries/C and C++ +Url: http://www.gupnp.org/ +Source: %{name}-%{version}.tar.bz2 +BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc +BuildRequires: libgupnp-devel +BuildRequires: python-devel +BuildRequires: python-gobject2-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed +to have a very simple API. + +%package -n libgupnp-igd-1_0-3 +License: LGPLv2.1+ +Summary: Library to handle UPnP IGD port mapping +Group: Development/Libraries/C and C++ + +%description -n libgupnp-igd-1_0-3 +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 +Group: Development/Libraries/C and C++ +Requires: libgupnp-igd-1_0-3 = %{version} +Requires: libgupnp-devel + +%description -n libgupnp-igd-devel +gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed +to have a very simple API. + +%prep +%setup -q + +%build +%configure --disable-static +%__make + +%install +%makeinstall +find %{buildroot} -type f -name "*.la" -delete -print + +%clean +rm -rf %{buildroot} + +%post -n libgupnp-igd-1_0-3 -p /sbin/ldconfig + +%postun -n libgupnp-igd-1_0-3 -p /sbin/ldconfig + +%files -n libgupnp-igd-1_0-3 +%defattr(-,root,root) +%doc AUTHORS COPYING NEWS README +%{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib + +%files -n python-gupnp-id +%defattr(-,root,root) +%{python_sitearch}/gupnp/ + +%files -n libgupnp-igd-devel +%defattr(-,root,root) +%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir +%{_includedir}/%{name}-1.0 +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +%dir %{_datadir}/gtk-doc +%dir %{_datadir}/gtk-doc/html +%{_datadir}/gtk-doc/html/%{name} + +%changelog diff --git a/gupnp-igd-0.1.7.tar.bz2 b/gupnp-igd-0.1.7.tar.bz2 deleted file mode 100644 index 1cde241..0000000 --- a/gupnp-igd-0.1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e882e6231e7e178631f653d74981133a636bb5d8bfe13979a3325fbc5e181439 -size 295667 diff --git a/gupnp-igd.changes b/gupnp-igd.changes index 977d50a..0c20bf5 100644 --- a/gupnp-igd.changes +++ b/gupnp-igd.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Apr 29 14:49:09 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.1.10: + + Port to gobject-introspection 0.10 +- Changes from version 0.1.9: + + Set thread default main context +- Changes from version 0.1.8: + - Add GObject Introspection support + - Return a valid GError if the other side returns an invalid IP + - Make newer GNU Make and newer GCC happy +- Drop gupnp-igd-make382.patch and related autoreconf call: fixed + upstream. +- BuildRequire gobject-introspection-devel +- Use source services: download_url, recompress and set_version. +- Disable parallel build for now. It's broken. + +------------------------------------------------------------------- +Sat Sep 11 20:27:55 UTC 2010 - dimstar@opensuse.org + +- Add gupnp-igd-make382.patch: Fix build with make 3.82 +- Add autoreconf call in build section. +- Add gtk-doc BuildRequires. + ------------------------------------------------------------------- Mon Jun 21 12:48:54 CEST 2010 - dimstar@opensuse.org diff --git a/gupnp-igd.spec b/gupnp-igd.spec index 5eb1e68..c6f151d 100644 --- a/gupnp-igd.spec +++ b/gupnp-igd.spec @@ -19,12 +19,15 @@ Name: gupnp-igd Version: 0.1.7 -Release: 1 +Release: 2 +# FIXME: Check if parallel build works again (broken since 0.1.10) Summary: Library to handle UPnP IGD port mapping License: LGPLv2.1+ Group: Development/Libraries/C and C++ Url: http://www.gupnp.org/ Source: %{name}-%{version}.tar.bz2 +BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc BuildRequires: libgupnp-devel BuildRequires: python-devel BuildRequires: python-gobject2-devel @@ -69,7 +72,7 @@ to have a very simple API. %build %configure --disable-static -%__make %{?jobs:-j%jobs} +%__make %install %makeinstall @@ -86,6 +89,7 @@ rm -rf %{buildroot} %defattr(-,root,root) %doc AUTHORS COPYING NEWS README %{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib %files -n python-gupnp-id %defattr(-,root,root) @@ -93,6 +97,7 @@ rm -rf %{buildroot} %files -n libgupnp-igd-devel %defattr(-,root,root) +%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir %{_includedir}/%{name}-1.0 %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc From 557334ac564d033e70404655b89f11cf9e3fc4359712d19de05f0b7e97eeddf5 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 2 May 2011 19:16:32 +0000 Subject: [PATCH 4/5] Accepting request 69299 from home:vuntz:branches:GNOME:Factory tweak OBS-URL: https://build.opensuse.org/request/show/69299 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=17 --- ...ress:download_url:gupnp-igd-0.1.10.tar.bz2 | 3 - _service:set_version:gupnp-igd.spec | 108 ------------------ gupnp-igd.changes | 5 +- gupnp-igd.spec | 2 +- 4 files changed, 4 insertions(+), 114 deletions(-) delete mode 100644 _service:recompress:download_url:gupnp-igd-0.1.10.tar.bz2 delete mode 100644 _service:set_version:gupnp-igd.spec diff --git a/_service:recompress:download_url:gupnp-igd-0.1.10.tar.bz2 b/_service:recompress:download_url:gupnp-igd-0.1.10.tar.bz2 deleted file mode 100644 index bcdf4e4..0000000 --- a/_service:recompress:download_url:gupnp-igd-0.1.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582db66f57f112b76b17ed50169797c0475fb124a38019c929289839ebe4fbb9 -size 306717 diff --git a/_service:set_version:gupnp-igd.spec b/_service:set_version:gupnp-igd.spec deleted file mode 100644 index 699d2ff..0000000 --- a/_service:set_version:gupnp-igd.spec +++ /dev/null @@ -1,108 +0,0 @@ -# -# spec file for package gupnp-igd (Version 0.1.7) -# -# 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - - -Name: gupnp-igd -Version: 0.1.10 -Release: 0 -# FIXME: Check if parallel build works again (broken since 0.1.10) -Summary: Library to handle UPnP IGD port mapping -License: LGPLv2.1+ -Group: Development/Libraries/C and C++ -Url: http://www.gupnp.org/ -Source: %{name}-%{version}.tar.bz2 -BuildRequires: gobject-introspection-devel -BuildRequires: gtk-doc -BuildRequires: libgupnp-devel -BuildRequires: python-devel -BuildRequires: python-gobject2-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed -to have a very simple API. - -%package -n libgupnp-igd-1_0-3 -License: LGPLv2.1+ -Summary: Library to handle UPnP IGD port mapping -Group: Development/Libraries/C and C++ - -%description -n libgupnp-igd-1_0-3 -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 -Group: Development/Libraries/C and C++ -Requires: libgupnp-igd-1_0-3 = %{version} -Requires: libgupnp-devel - -%description -n libgupnp-igd-devel -gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed -to have a very simple API. - -%prep -%setup -q - -%build -%configure --disable-static -%__make - -%install -%makeinstall -find %{buildroot} -type f -name "*.la" -delete -print - -%clean -rm -rf %{buildroot} - -%post -n libgupnp-igd-1_0-3 -p /sbin/ldconfig - -%postun -n libgupnp-igd-1_0-3 -p /sbin/ldconfig - -%files -n libgupnp-igd-1_0-3 -%defattr(-,root,root) -%doc AUTHORS COPYING NEWS README -%{_libdir}/*.so.* -%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib - -%files -n python-gupnp-id -%defattr(-,root,root) -%{python_sitearch}/gupnp/ - -%files -n libgupnp-igd-devel -%defattr(-,root,root) -%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir -%{_includedir}/%{name}-1.0 -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html -%{_datadir}/gtk-doc/html/%{name} - -%changelog diff --git a/gupnp-igd.changes b/gupnp-igd.changes index 0c20bf5..e2c0aad 100644 --- a/gupnp-igd.changes +++ b/gupnp-igd.changes @@ -11,9 +11,10 @@ Fri Apr 29 14:49:09 UTC 2011 - dimstar@opensuse.org - Make newer GNU Make and newer GCC happy - Drop gupnp-igd-make382.patch and related autoreconf call: fixed upstream. -- BuildRequire gobject-introspection-devel +- Add gobject-introspection-devel BuildRequires for introspection + support. +- Disable parallel build for now: it's broken. - Use source services: download_url, recompress and set_version. -- Disable parallel build for now. It's broken. ------------------------------------------------------------------- Sat Sep 11 20:27:55 UTC 2010 - dimstar@opensuse.org diff --git a/gupnp-igd.spec b/gupnp-igd.spec index c6f151d..46b810a 100644 --- a/gupnp-igd.spec +++ b/gupnp-igd.spec @@ -97,10 +97,10 @@ rm -rf %{buildroot} %files -n libgupnp-igd-devel %defattr(-,root,root) -%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir %{_includedir}/%{name}-1.0 %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc +%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/%{name} From 3407fe872359bf73750b90541552a41902c5d9eb4358bd5a44fc5155a6110f64 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 5 May 2011 09:20:54 +0000 Subject: [PATCH 5/5] Accepting request 69654 from home:vuntz:branches:GNOME:Factory Update to 0.1.11 OBS-URL: https://build.opensuse.org/request/show/69654 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=18 --- _service | 2 +- ...ress:download_url:gupnp-igd-0.1.11.tar.bz2 | 3 + _service:set_version:gupnp-igd.spec | 108 ++++++++++++++++++ gupnp-igd.changes | 6 + 4 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 _service:recompress:download_url:gupnp-igd-0.1.11.tar.bz2 create mode 100644 _service:set_version:gupnp-igd.spec diff --git a/_service b/_service index 1ea7b29..e743699 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ http gupnp.org - /sites/all/files/sources/gupnp-igd-0.1.10.tar.gz + /sites/all/files/sources/gupnp-igd-0.1.11.tar.gz _service:download_url:*.tar.gz diff --git a/_service:recompress:download_url:gupnp-igd-0.1.11.tar.bz2 b/_service:recompress:download_url:gupnp-igd-0.1.11.tar.bz2 new file mode 100644 index 0000000..18e0d6d --- /dev/null +++ b/_service:recompress:download_url:gupnp-igd-0.1.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb12eed910d5ede08c4e83a611a019567619bf3f18f03b65cca9b970863376cd +size 307003 diff --git a/_service:set_version:gupnp-igd.spec b/_service:set_version:gupnp-igd.spec new file mode 100644 index 0000000..141ba62 --- /dev/null +++ b/_service:set_version:gupnp-igd.spec @@ -0,0 +1,108 @@ +# +# spec file for package gupnp-igd (Version 0.1.7) +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + +Name: gupnp-igd +Version: 0.1.11 +Release: 0 +# FIXME: Check if parallel build works again (broken since 0.1.10) +Summary: Library to handle UPnP IGD port mapping +License: LGPLv2.1+ +Group: Development/Libraries/C and C++ +Url: http://www.gupnp.org/ +Source: %{name}-%{version}.tar.bz2 +BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc +BuildRequires: libgupnp-devel +BuildRequires: python-devel +BuildRequires: python-gobject2-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed +to have a very simple API. + +%package -n libgupnp-igd-1_0-3 +License: LGPLv2.1+ +Summary: Library to handle UPnP IGD port mapping +Group: Development/Libraries/C and C++ + +%description -n libgupnp-igd-1_0-3 +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 +Group: Development/Libraries/C and C++ +Requires: libgupnp-igd-1_0-3 = %{version} +Requires: libgupnp-devel + +%description -n libgupnp-igd-devel +gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed +to have a very simple API. + +%prep +%setup -q + +%build +%configure --disable-static +%__make + +%install +%makeinstall +find %{buildroot} -type f -name "*.la" -delete -print + +%clean +rm -rf %{buildroot} + +%post -n libgupnp-igd-1_0-3 -p /sbin/ldconfig + +%postun -n libgupnp-igd-1_0-3 -p /sbin/ldconfig + +%files -n libgupnp-igd-1_0-3 +%defattr(-,root,root) +%doc AUTHORS COPYING NEWS README +%{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib + +%files -n python-gupnp-id +%defattr(-,root,root) +%{python_sitearch}/gupnp/ + +%files -n libgupnp-igd-devel +%defattr(-,root,root) +%{_includedir}/%{name}-1.0 +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir +%dir %{_datadir}/gtk-doc +%dir %{_datadir}/gtk-doc/html +%{_datadir}/gtk-doc/html/%{name} + +%changelog diff --git a/gupnp-igd.changes b/gupnp-igd.changes index e2c0aad..cd3bea2 100644 --- a/gupnp-igd.changes +++ b/gupnp-igd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 5 09:07:28 CEST 2011 - vuntz@opensuse.org + +- Update to version 0.1.11: + + Disable introspection correctly on --disable-introspection + ------------------------------------------------------------------- Fri Apr 29 14:49:09 UTC 2011 - dimstar@opensuse.org