diff --git python-fuckit/python-fuckit.spec python-fuckit/python-fuckit.spec.tmp index 6ce6b1cdf6..ff39d155dc 100644 --- python-fuckit/python-fuckit.spec +++ python-fuckit/python-fuckit.spec.tmp @@ -8,7 +8,7 @@ Name: python-%{srcname} Version: 4.8.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: The Python Error Steamroller License: WTFPL @@ -25,10 +25,18 @@ BuildRequires: python3-setuptools BuildRequires: python3-nose %endif # if with_python3 -%description -FuckIt.py uses state-of-the-art technology to make sure your Python code runs -whether it has any right to or not. Some code has an error? Fuck it. +%global _description\ +FuckIt.py uses state-of-the-art technology to make sure your Python code runs\ +whether it has any right to or not. Some code has an error? Fuck it.\ + +%description %_description + +%package -n python2-%{srcname} +Summary: %summary +%{?python_provide:%python_provide python2-%{srcname}} + +%description -n python2-%{srcname} %_description %if 0%{?with_python3} %package -n python3-%{srcname} @@ -85,7 +93,7 @@ popd %endif # with_python3 -%files +%files -n python2-%{srcname} # The license text is available in README.md %doc README.md %{python2_sitelib}/%{srcname}.py* @@ -101,6 +109,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 4.8.0-11 +- Python 2 binary package renamed to python2-fuckit + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 4.8.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild