diff --git a/python-eyed3.spec b/python-eyed3.spec index 9cee9eabff..11f1ad9bab 100644 --- a/python-eyed3.spec +++ b/python-eyed3.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.7.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python audio data toolkit (ID3 and MP3) License: GPLv2+ URL: http://eyed3.nicfit.net/ @@ -11,13 +11,20 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-setuptools -%{?python_provide:%python_provide python2-%{srcname}} -%description -A Python module and program for processing ID3 tags. Information about -mp3 files(i.e bit rate, sample frequency, play time, etc.) is also +%global _description\ +A Python module and program for processing ID3 tags. Information about\ +mp3 files(i.e bit rate, sample frequency, play time, etc.) is also\ provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4. +%description %_description + +%package -n python2-%{srcname} +Summary: %summary +%{?python_provide:%python_provide python2-%{srcname}} + +%description -n python2-%{srcname} %_description + %prep %setup -qn eyeD3-%{version} @@ -30,7 +37,7 @@ provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4. %check %{__python2} setup.py test -%files +%files -n python2-%{srcname} %doc AUTHORS ChangeLog README.rst examples/ %license COPYING %{_bindir}/eyeD3 @@ -38,6 +45,10 @@ provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4. %{python2_sitelib}/eyeD3-%{version}-py%{python2_version}.egg-info/ %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.7.10-4 +- Python 2 binary package renamed to python2-eyed3 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild