diff --git python-mygpoclient/python-mygpoclient.spec python-mygpoclient/python-mygpoclient.spec.tmp index 86c171b680..e22d6b68be 100644 --- python-mygpoclient/python-mygpoclient.spec +++ python-mygpoclient/python-mygpoclient.spec.tmp @@ -2,7 +2,7 @@ Name: python-mygpoclient Version: 1.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python module to connect to the my.gpodder.org webservice Group: System Environment/Libraries @@ -18,9 +18,17 @@ BuildRequires: python-coverage BuildRequires: python-nose BuildRequires: python-simplejson -%description +%global _description\ %{name} is a client-library to connect the my.gpodder.org webservice. +%description %_description + +%package -n python2-mygpoclient +Summary: %summary +%{?python_provide:%python_provide python2-mygpoclient} + +%description -n python2-mygpoclient %_description + %prep %setup -q -n mygpoclient-%{version} # Leave out http-tests as they currently fail occasionally (reported upstream) @@ -40,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-mygpoclient %defattr(-,root,root,-) %{python_sitelib}/mygpoclient %{python_sitelib}/mygpoclient*.egg-info @@ -50,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.7-8 +- Python 2 binary package renamed to python2-mygpoclient + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild