diff --git python-daap/python-daap.spec python-daap/python-daap.spec.tmp index ec4047c879..1af0f82b7b 100644 --- python-daap/python-daap.spec +++ python-daap/python-daap.spec.tmp @@ -2,7 +2,7 @@ Name: python-daap Version: 0.7.1 -Release: 20%{?dist} +Release: 21%{?dist} Summary: DAAP client implemented in Python Group: Development/Languages @@ -15,9 +15,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: python-setuptools -%description +%global _description\ A DAAP client implemented in Python. +%description %_description + +%package -n python2-daap +Summary: %summary +%{?python_provide:%python_provide python2-daap} + +%description -n python2-daap %_description + %prep %setup -q -n PythonDaap-%{version} @@ -31,12 +39,16 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-daap %defattr(-,root,root,-) %doc CHANGELOG examples/ README LICENSE PKG-INFO %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.1-21 +- Python 2 binary package renamed to python2-daap + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.7.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild