diff --git python-progress/python-progress.spec python-progress/python-progress.spec.tmp index 21d2feb607..fc0add9621 100644 --- python-progress/python-progress.spec +++ python-progress/python-progress.spec.tmp @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Easy to use progress bars License: ISC @@ -23,9 +23,17 @@ BuildRequires: python3-setuptools Patch1: 0001-possibly-enlarge-dequeue-to-give-us-better-statistic.patch Patch2: 0002-make-the-progress-bar-more-stable.patch -%description -Collection of easy to use progress bars and spinners. +%global _description\ +Collection of easy to use progress bars and spinners.\ + + +%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} @@ -68,7 +76,7 @@ popd %{__python2} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-%{pypi_name} %doc README.rst LICENSE %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info @@ -81,6 +89,10 @@ popd %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2-14 +- Python 2 binary package renamed to python2-progress + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild