diff --git python-musicbrainz2/python-musicbrainz2.spec python-musicbrainz2/python-musicbrainz2.spec.tmp index 7e202b2f21..b9599b70b8 100644 --- python-musicbrainz2/python-musicbrainz2.spec +++ python-musicbrainz2/python-musicbrainz2.spec.tmp @@ -2,7 +2,7 @@ Name: python-musicbrainz2 Version: 0.7.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Library which provides access to the MusicBrainz Database Group: Development/Languages @@ -18,14 +18,21 @@ BuildArch: noarch BuildRequires: python-setuptools +%global _description\ +The package python-musicbrainz2 is a client library written in python,\ +which provides easy object oriented access to the MusicBrainz Database\ +using the XMLWebService. It has been written from scratch and uses a\ +different model than PythonMusicbrainz, the first generation python\ +bindings. + +%description %_description + +%package -n python2-musicbrainz2 +Summary: %summary Requires: libdiscid +%{?python_provide:%python_provide python2-musicbrainz2} -%description -The package python-musicbrainz2 is a client library written in python, -which provides easy object oriented access to the MusicBrainz Database -using the XMLWebService. It has been written from scratch and uses a -different model than PythonMusicbrainz, the first generation python -bindings. +%description -n python2-musicbrainz2 %_description %prep %setup0 -q @@ -44,13 +51,17 @@ rm -rf %{buildroot} %check CFLAGS="%{optflags}" %{__python} setup.py test -%files +%files -n python2-musicbrainz2 %defattr(-,root,root,-) %doc AUTHORS.txt CHANGES.txt COPYING.txt INSTALL.txt README.txt %{_bindir}/mb-submit-disc %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.0-15 +- Python 2 binary package renamed to python2-musicbrainz2 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild