diff --git python-crank/python-crank.spec python-crank/python-crank.spec.tmp index 85ce7b1007..b23855c217 100644 --- python-crank/python-crank.spec +++ python-crank/python-crank.spec.tmp @@ -8,7 +8,7 @@ Name: python-crank Version: 0.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Generalization of dispatch mechanism for use across frameworks Group: Development/Libraries @@ -25,10 +25,17 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif +%global _description\ +Generalization of dispatch mechanism for use across frameworks. + +%description %_description + +%package -n python2-%{modname} +Summary: %summary Provides: python2-crank +%{?python_provide:%python_provide python2-%{modname}} -%description -Generalization of dispatch mechanism for use across frameworks. +%description -n python2-%{modname} %_description %if 0%{?with_python3} %package -n python3-%{modname} @@ -83,7 +90,7 @@ popd #popd #%endif # with_python3 -%files +%files -n python2-%{modname} %doc README.rst %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{modname}-%{version}* @@ -95,6 +102,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8.1-3 +- Python 2 binary package renamed to python2-crank + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild