diff --git python-tw-forms/python-tw-forms.spec python-tw-forms/python-tw-forms.spec.tmp index cbda2c0d58..2ac5104a32 100644 --- python-tw-forms/python-tw-forms.spec +++ python-tw-forms/python-tw-forms.spec.tmp @@ -4,7 +4,7 @@ Name: python-tw-forms Version: 0.9.9 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Web Widgets for building and validating forms in ToscaWidgets Group: Development/Languages # The javascript for the calendar widget is licensed under LGPLv2.1+ @@ -16,14 +16,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools + +%global _description\ +tw.forms is a set of html and javascript widgets for the ToscaWidgets\ +framework. They give authors basic html form elements as building blocks\ +for their own web pages and widgets.\ + + +%description %_description + +%package -n python2-tw-forms +Summary: %summary Requires: python-toscawidgets >= 0.9.6 Requires: python-formencode >= 1.0.1 +%{?python_provide:%python_provide python2-tw-forms} -%description -tw.forms is a set of html and javascript widgets for the ToscaWidgets -framework. They give authors basic html form elements as building blocks -for their own web pages and widgets. - +%description -n python2-tw-forms %_description %prep %setup -q -n %{srcname}-%{version} @@ -43,12 +51,16 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-tw-forms %defattr(-,root,root,-) %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.9.9-14 +- Python 2 binary package renamed to python2-tw-forms + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.9-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild