2010-01-30 17:07:31 +00:00
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
2009-01-20 01:03:04 +00:00
|
|
|
Name: gupnp-igd
|
2010-05-23 01:28:55 +00:00
|
|
|
Version: 0.1.7
|
2011-06-17 11:32:37 +00:00
|
|
|
Release: 6%{?dist}
|
2010-12-26 20:10:25 +00:00
|
|
|
Summary: Library to handle UPnP IGD port mapping
|
2009-01-20 01:03:04 +00:00
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
2010-12-26 20:10:25 +00:00
|
|
|
License: LGPLv2+
|
2009-01-20 01:03:04 +00:00
|
|
|
URL: http://www.gupnp.org/
|
|
|
|
Source0: http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
|
2010-12-23 13:39:42 +00:00
|
|
|
Patch0: %{name}-0.1.7-make.patch
|
2010-12-26 20:10:25 +00:00
|
|
|
Patch1: gupnp-igd-gcc.patch
|
2009-01-20 01:03:04 +00:00
|
|
|
|
2010-12-26 20:10:25 +00:00
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: gupnp-devel
|
|
|
|
BuildRequires: pygtk2-devel
|
2009-01-20 01:03:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} is a library to handle UPnP IGD port mapping.
|
|
|
|
|
|
|
|
|
2010-01-30 17:07:31 +00:00
|
|
|
%package python
|
2010-12-26 20:10:25 +00:00
|
|
|
Summary: Python bindings for %{name}
|
2010-01-30 17:07:31 +00:00
|
|
|
Group: Development/Libraries
|
2010-12-26 20:10:25 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2010-01-30 17:07:31 +00:00
|
|
|
|
|
|
|
%description python
|
|
|
|
The %{name}-python package contains the Python bindings for
|
|
|
|
%{name}.
|
|
|
|
|
|
|
|
|
2009-01-20 01:03:04 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2010-12-26 20:10:25 +00:00
|
|
|
Requires: %{name}-python = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
2009-01-20 01:03:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-12-23 13:39:42 +00:00
|
|
|
%patch0 -p1 -b .make
|
2010-12-26 20:10:25 +00:00
|
|
|
%patch1 -p1 -b .gcc
|
2009-01-20 01:03:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
# quite rpmlint error about unused-direct-shlib-dependency
|
|
|
|
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README COPYING
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
2010-01-30 17:07:31 +00:00
|
|
|
%files python
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{python_sitearch}/gupnp
|
2010-05-23 01:28:55 +00:00
|
|
|
%{python_sitearch}/gupnp/*.py*
|
2010-01-30 17:07:31 +00:00
|
|
|
%{python_sitearch}/gupnp/igd.so
|
|
|
|
|
|
|
|
|
2009-01-20 01:03:04 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}-1.0*.pc
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2011-06-17 11:32:37 +00:00
|
|
|
* Fri Jun 17 2011 Peter Robinson <pbrobinson@gmail.com> - 0.1.7-6
|
|
|
|
- Bump for new gupnp
|
|
|
|
|
2011-02-09 08:04:51 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-26 20:10:25 +00:00
|
|
|
* Sun Dec 26 2010 Peter Robinson <pbrobinson@gmail.com> - 0.1.7-4
|
|
|
|
- Add patch to fix FTBFS # 631415
|
|
|
|
|
2010-12-23 13:39:42 +00:00
|
|
|
* Thu Dec 23 2010 Dan Horák <dan[at]danny.cz> - 0.1.7-3
|
|
|
|
- workaround make 3.82 issue in python/Makefile
|
|
|
|
|
2010-07-22 01:51:12 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.1.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-05-23 01:28:55 +00:00
|
|
|
* Sat May 22 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.7-1
|
|
|
|
- Update to 0.1.7.
|
|
|
|
|
2010-01-30 17:07:31 +00:00
|
|
|
* Sat Jan 30 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
|
|
|
|
- Update to 0.1.6.
|
|
|
|
|
2009-12-06 14:33:46 +00:00
|
|
|
* Sun Dec 6 2009 Peter Robinson <pbrobinson@gmail.com> - 0.1.5-1
|
|
|
|
- Update to 0.1.5.
|
|
|
|
|
2009-11-17 03:05:24 +00:00
|
|
|
* Mon Nov 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
|
|
|
|
- Update to 0.1.4.
|
|
|
|
|
2009-09-17 18:28:16 +00:00
|
|
|
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.1.3-3
|
|
|
|
- Rebuild for new gupnp
|
|
|
|
|
2009-07-25 01:53:55 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-10 22:32:13 +00:00
|
|
|
* Wed Jun 10 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
|
|
|
|
- Update to 0.1.3.
|
|
|
|
|
2009-05-16 12:54:30 +00:00
|
|
|
* Sat May 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-1
|
|
|
|
- Update to 0.1.2.
|
|
|
|
|
2009-02-25 02:57:04 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-20 01:03:04 +00:00
|
|
|
* Sun Jan 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-2
|
|
|
|
- Quite rpmlint error about unused-direct-shlib-dependency.
|
|
|
|
|
|
|
|
* Wed Dec 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
|
|
|
|
- Initial Fedora spec.
|
|
|
|
|