diff --git python-CDDB/python-CDDB.spec python-CDDB/python-CDDB.spec.tmp index 77fc4d5243..a8be08550d 100644 --- python-CDDB/python-CDDB.spec +++ python-CDDB/python-CDDB.spec.tmp @@ -2,7 +2,7 @@ Name: python-CDDB Version: 1.4 -Release: 20%{?dist} +Release: 21%{?dist} Summary: CDDB and FreeDB audio CD track info access in Python Group: Development/Languages @@ -13,13 +13,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -%description -This is actually a set of three modules to access the CDDB and FreeDB -online databases of audio CD track titles and information. It includes -a C extension module to fetch track lengths under Linux, FreeBSD, -OpenBSD, Mac OS X, Solaris, and Win32, which is easily ported to other +%global _description\ +This is actually a set of three modules to access the CDDB and FreeDB\ +online databases of audio CD track titles and information. It includes\ +a C extension module to fetch track lengths under Linux, FreeBSD,\ +OpenBSD, Mac OS X, Solaris, and Win32, which is easily ported to other\ operating systems. +%description %_description + +%package -n python2-cddb +Summary: %summary +%{?python_provide:%python_provide python2-cddb} + +%description -n python2-cddb %_description + %prep %setup -q -n CDDB-%{version} %{__sed} -e '/^#!/,1d' < CDDB.py > CDDB.py.tmp @@ -37,12 +45,16 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-cddb %defattr(-,root,root,-) %doc CHANGES COPYING README %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.4-21 +- Python 2 binary package renamed to python2-cddb + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.4-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild