diff --git python-repoze-who-friendlyform/python-repoze-who-friendlyform.spec python-repoze-who-friendlyform/python-repoze-who-friendlyform.spec.tmp index 2546ca5325..e9202e4f99 100644 --- python-repoze-who-friendlyform/python-repoze-who-friendlyform.spec +++ python-repoze-who-friendlyform/python-repoze-who-friendlyform.spec.tmp @@ -2,7 +2,7 @@ Name: python-repoze-who-friendlyform Version: 1.0.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Collection of repoze.who friendly form plugins Group: Development/Languages License: BSD @@ -14,12 +14,20 @@ BuildArch: noarch BuildRequires: python-devel, python-setuptools # Test suite requirements BuildRequires: python-zope-interface, python-repoze-who, python-nose, python-coverage + +%global _description\ +repoze.who-friendlyform is a repoze.who plugin which provides a collection of\ +developer-friendly form plugins. + +%description %_description + +%package -n python2-repoze-who-friendlyform +Summary: %summary Requires: python-repoze-who >= 1.0 Requires: python-zope-interface +%{?python_provide:%python_provide python2-repoze-who-friendlyform} -%description -repoze.who-friendlyform is a repoze.who plugin which provides a collection of -developer-friendly form plugins. +%description -n python2-repoze-who-friendlyform %_description %prep %setup -q -n repoze.who-friendlyform-%{version} @@ -39,12 +47,16 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-repoze-who-friendlyform %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.8-14 +- Python 2 binary package renamed to python2-repoze-who-friendlyform + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild