diff --git python-colour-runner/python-colour-runner.spec python-colour-runner/python-colour-runner.spec.tmp index d5a8d2db55..9673f827d5 100644 --- python-colour-runner/python-colour-runner.spec +++ python-colour-runner/python-colour-runner.spec.tmp @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.0.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Colour formatting for unittest tests License: MIT @@ -21,11 +21,19 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif # if with_python3 + +%global _description\ +Colour formatting for unittest test output. + +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary Requires: python-blessings Requires: python-pygments +%{?python_provide:%python_provide python2-%{pypi_name}} -%description -Colour formatting for unittest test output. +%description -n python2-%{pypi_name} %_description %if 0%{?with_python3} %package -n python3-%{pypi_name} @@ -78,7 +86,7 @@ popd -%files +%files -n python2-%{pypi_name} %license LICENSE %{python2_sitelib}/colour_runner %{python2_sitelib}/colour_runner-%{version}-py?.?.egg-info @@ -91,6 +99,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.0.4-9 +- Python 2 binary package renamed to python2-colour-runner + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild