diff --git python-versiontools/python-versiontools.spec python-versiontools/python-versiontools.spec.tmp index e26dfecccf..49593ed948 100644 --- python-versiontools/python-versiontools.spec +++ python-versiontools/python-versiontools.spec.tmp @@ -6,7 +6,7 @@ Name: python-versiontools Version: 1.9.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Smart replacement for plain tuple used in __version__ License: LGPLv3 @@ -30,9 +30,17 @@ BuildRequires: python3-sphinx BuildRequires: python3-nose %endif # with_python3 -%description +%global _description\ %{summary} +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} %_description + %if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: Smart replacement for plain tuple used in __version__ @@ -88,7 +96,7 @@ PYTHONPATH="${PWD}" %{__python3} setup.py nosetests popd %endif # with_python3 -%files +%files -n python2-%{pypi_name} %doc html %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py2*.egg-info @@ -102,6 +110,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.9.1-15 +- Python 2 binary package renamed to python2-versiontools + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.9.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild