diff --git python-tw2-forms/python-tw2-forms.spec python-tw2-forms/python-tw2-forms.spec.tmp index 6e9ec4c09a..80e96f8540 100644 --- python-tw2-forms/python-tw2-forms.spec +++ python-tw2-forms/python-tw2-forms.spec.tmp @@ -8,7 +8,7 @@ Name: python-tw2-forms Version: 2.2.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Forms for ToscaWidgets2 Group: Development/Languages @@ -66,14 +66,22 @@ BuildRequires: python3-jinja2 %endif # 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.forms contains the basic form widgets. + +%description %_description + +%package -n python2-tw2-forms +Summary: %summary Requires: python-tw2-core >= 2.1.4 Provides: python2-tw2-forms +%{?python_provide:%python_provide python2-tw2-forms} -%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.forms contains the basic form widgets. +%description -n python2-tw2-forms %_description %if 0%{?with_python3} %package -n python3-tw2-forms @@ -142,7 +150,7 @@ PYTHONPATH=$(pwd) %{__python2} setup.py test #%endif # with_python3 -%files +%files -n python2-tw2-forms %{!?_licensedir:%global license %%doc} %license LICENSE.txt %doc README.rst @@ -158,6 +166,10 @@ PYTHONPATH=$(pwd) %{__python2} setup.py test %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.2.3-7 +- Python 2 binary package renamed to python2-tw2-forms + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild