Update to 0.2.2.
Drop define attribute. No longer needed. Update url and source url.
This commit is contained in:
parent
85439e3f08
commit
5c2f163292
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
gupnp-igd-0.1.7.tar.gz
|
||||
/gupnp-igd-0.2.1.tar.gz
|
||||
/gupnp-igd-0.2.2.tar.xz
|
||||
|
@ -1,14 +1,14 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: gupnp-igd
|
||||
Version: 0.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to handle UPnP IGD port mapping
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.gupnp.org/
|
||||
Source0: http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
URL: http://live.gnome.org/GUPnP
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gupnp-devel
|
||||
@ -65,20 +65,17 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{python_sitearch}/gupnp
|
||||
%{python_sitearch}/gupnp/*.py*
|
||||
%{python_sitearch}/gupnp/igd.so
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/%{name}-1.0*.pc
|
||||
@ -86,6 +83,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-1
|
||||
- Update to 0.2.2.
|
||||
- Drop define attribute. No longer needed.
|
||||
- Update url and source url.
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user