diff --git a/libgpod.spec b/libgpod.spec index 490b0b6a4d..af82b34559 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -18,7 +18,7 @@ Summary: Library to access the contents of an iPod Name: libgpod Version: 0.8.3 -Release: 19%{?dist} +Release: 20%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtkpod.org/libgpod.html @@ -91,13 +91,14 @@ smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc. This package contains the API documentation. -%package -n python-gpod +%package -n python2-gpod +%{?python_provide:%python_provide python2-gpod} Summary: Python module to access iPod content Group: Development/Languages Requires: %{name}%{?_isa} = %{version}-%{release} Requires: python-mutagen -%description -n python-gpod +%description -n python2-gpod A python module to access iPod content. This module provides bindings to the libgpod library. @@ -209,7 +210,7 @@ find %{buildroot} -type f -name "*.a" -delete %{_datadir}/gtk-doc -%files -n python-gpod +%files -n python2-gpod %doc COPYING bindings/python/README bindings/python/examples %{python_sitearch}/gpod @@ -224,6 +225,10 @@ find %{buildroot} -type f -name "*.a" -delete %endif %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.8.3-20 +- Python 2 binary package renamed to python2-gpod + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.8.3-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild