From 9bc7d5c38aa9326e56989a757c8c325177e170e0 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Jan 30 2010 17:07:31 +0000 Subject: - Update to 0.1.6. --- diff --git a/.cvsignore b/.cvsignore index 81e45d4..8bcda08 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gupnp-igd-0.1.5.tar.gz +gupnp-igd-0.1.6.tar.gz diff --git a/gupnp-igd.spec b/gupnp-igd.spec index 4a28512..5f15c6f 100644 --- a/gupnp-igd.spec +++ b/gupnp-igd.spec @@ -1,8 +1,10 @@ -%define gupnp_ver 0.13 +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + +%define gupnp_ver 0.13.2 %define glib2_ver 2.16 Name: gupnp-igd -Version: 0.1.5 +Version: 0.1.6 Release: 1%{?dist} Summary: Library to handle UPnP IGD port mapping @@ -14,16 +16,28 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= %{glib2_ver} BuildRequires: gupnp-devel >= %{gupnp_ver} +BuildRequires: pygtk2-devel %description %{name} is a library to handle UPnP IGD port mapping. +%package python +Summary: Python bindings for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description python +The %{name}-python package contains the Python bindings for +%{name}. + + %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: %{name}-python = %{version}-%{release} Requires: pkgconfig @@ -65,6 +79,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* +%files python +%defattr(-,root,root,-) +%dir %{python_sitearch}/gupnp +%{python_sitearch}/gupnp/igd.so + + %files devel %defattr(-,root,root,-) %{_includedir}/* @@ -74,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 30 2010 Brian Pepple - 0.1.6-1 +- Update to 0.1.6. + * Sun Dec 6 2009 Peter Robinson - 0.1.5-1 - Update to 0.1.5. diff --git a/sources b/sources index 90c7d97..7fb0e70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -991156298967b586bb888cacce202dea gupnp-igd-0.1.5.tar.gz +41b22e86d9b0a08a849de38027650eb1 gupnp-igd-0.1.6.tar.gz