diff --git python-tw2-dynforms/python-tw2-dynforms.spec python-tw2-dynforms/python-tw2-dynforms.spec.tmp index 4bf2e47e51..eb620eaad3 100644 --- python-tw2-dynforms/python-tw2-dynforms.spec +++ python-tw2-dynforms/python-tw2-dynforms.spec.tmp @@ -4,7 +4,7 @@ Name: python-tw2-dynforms Version: 2.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Dynamic forms for ToscaWidgets2 Group: Development/Languages @@ -29,15 +29,23 @@ BuildRequires: python-sieve BuildRequires: python-webtest # Runtime requirements + +%global _description\ +ToscaWidgets is a web widget toolkit for Python to aid in the creation,\ +packaging and distribution of common view elements normally used in the web.\ +\ +tw2.dynforms includes dynamic form building widgets that use JavaScript. + +%description %_description + +%package -n python2-tw2-dynforms +Summary: %summary Requires: python-tw2-core Requires: python-tw2-forms Requires: python-genshi +%{?python_provide:%python_provide python2-tw2-dynforms} -%description -ToscaWidgets is a web widget toolkit for Python to aid in the creation, -packaging and distribution of common view elements normally used in the web. - -tw2.dynforms includes dynamic form building widgets that use JavaScript. +%description -n python2-tw2-dynforms %_description %prep %setup -q -n %{modname}-%{version} @@ -64,13 +72,17 @@ rm setup.cfg %check PYTHONPATH=$(pwd) python setup.py test -%files +%files -n python2-tw2-dynforms %doc README.rst LICENSE %{python_sitelib}/tw2/dynforms %{python_sitelib}/%{modname}-%{version}-*-nspkg.pth %{python_sitelib}/%{modname}-%{version}-*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.1-15 +- Python 2 binary package renamed to python2-tw2-dynforms + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild