diff --git python-enum/python-enum.spec python-enum/python-enum.spec.tmp index d5c0f2fd77..cd52e5dca9 100644 --- python-enum/python-enum.spec +++ python-enum/python-enum.spec.tmp @@ -3,7 +3,7 @@ Name: python-enum Version: 0.4.4 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Robust enumerated type support in Python Group: Development/Languages @@ -17,9 +17,17 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools -%description +%global _description\ This package provides a module for robust enumerations in Python. - + +%description %_description + +%package -n python2-enum +Summary: %summary +%{?python_provide:%python_provide python2-enum} + +%description -n python2-enum %_description + %prep %setup -q -n enum-%{version} cp -p %{SOURCE1} README @@ -38,12 +46,16 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-enum %defattr(-,root,root,-) %doc LICENSE.GPL LICENSE.PSF PKG-INFO README %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4.4-15 +- Python 2 binary package renamed to python2-enum + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild