diff --git python-clientform/python-clientform.spec python-clientform/python-clientform.spec.tmp index fecfb526a1..d81c8f2c83 100644 --- python-clientform/python-clientform.spec +++ python-clientform/python-clientform.spec.tmp @@ -3,7 +3,7 @@ Name: python-clientform Version: 0.2.10 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python module for client-side HTML forms Group: Development/Languages @@ -17,12 +17,20 @@ BuildRequires: python-devel BuildRequires: python-setuptools -%description -ClientForm is a Python module for handling HTML forms on the client side, -useful for parsing HTML forms, filling them in and returning the completed -forms to the server. It developed from a port of Gisle Aas' Perl module +%global _description\ +ClientForm is a Python module for handling HTML forms on the client side,\ +useful for parsing HTML forms, filling them in and returning the completed\ +forms to the server. It developed from a port of Gisle Aas' Perl module\ HTML::Form, from the libwww-perl library, but the interface is not the same. +%description %_description + +%package -n python2-clientform +Summary: %summary +%{?python_provide:%python_provide python2-clientform} + +%description -n python2-clientform %_description + %prep %setup -q -n ClientForm-%{version} @@ -44,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-clientform %defattr(-,root,root,-) %doc COPYING.txt GeneralFAQ.html README.html examples %{python_sitelib}/ClientForm.py @@ -53,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.10-14 +- Python 2 binary package renamed to python2-clientform + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.10-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild