diff --git python-lyricwiki/python-lyricwiki.spec python-lyricwiki/python-lyricwiki.spec.tmp index 83f6eddd62..cbc0489815 100644 --- python-lyricwiki/python-lyricwiki.spec +++ python-lyricwiki/python-lyricwiki.spec.tmp @@ -2,7 +2,7 @@ Name: python-%{realname} Version: 0.1.35 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A Python interface to the http://lyrics.wikia.com Group: Development/Languages License: GPLv2+ @@ -13,11 +13,19 @@ BuildRequires: python-setuptools BuildArch: noarch -%description -A Python interface which provides simple access to lyrics from -http://lyrics.wikia.com +%global _description\ +A Python interface which provides simple access to lyrics from\ +http://lyrics.wikia.com\ +%description %_description + +%package -n python2-%{realname} +Summary: %summary +%{?python_provide:%python_provide python2-%{realname}} + +%description -n python2-%{realname} %_description + %prep %setup -q -n %{realname}-%{version} @@ -30,12 +38,16 @@ http://lyrics.wikia.com %py_install -%files +%files -n python2-%{realname} %license COPYING %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.1.35-14 +- Python 2 binary package renamed to python2-lyricwiki + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.1.35-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild