diff --git python-toscawidgets/python-toscawidgets.spec python-toscawidgets/python-toscawidgets.spec.tmp index fffa85327f..f5657f20af 100644 --- python-toscawidgets/python-toscawidgets.spec +++ python-toscawidgets/python-toscawidgets.spec.tmp @@ -5,7 +5,7 @@ Name: python-toscawidgets Version: 0.9.12 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Toolkit to help create widgets for WSGI web apps Group: Development/Languages License: MIT @@ -17,20 +17,27 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +%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.\ +\ +ToscaWidgets is an almost complete rewrite of the widgets package bundled with\ +TurboGears-1.0. The rewrite's goal was to decouple the widgets package from\ +CherryPy and TurboGears itself to fit better with TurboGears 2.0\ +philosophy which is to partition it's services into independent WSGI\ +components for easier mainteinance and reuse in other Python web applications\ +or frameworks. + +%description %_description + +%package -n python2-toscawidgets +Summary: %summary Requires: python-paste >= 1.1 Requires: python-simplejson Requires: python-webob +%{?python_provide:%python_provide python2-toscawidgets} -%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. - -ToscaWidgets is an almost complete rewrite of the widgets package bundled with -TurboGears-1.0. The rewrite's goal was to decouple the widgets package from -CherryPy and TurboGears itself to fit better with TurboGears 2.0 -philosophy which is to partition it's services into independent WSGI -components for easier mainteinance and reuse in other Python web applications -or frameworks. +%description -n python2-toscawidgets %_description %prep %setup -q -n %{srcname}-%{version} @@ -47,13 +54,17 @@ rm -rf %{buildroot} rm -rf %{buildroot} -%files +%files -n python2-toscawidgets %defattr(-,root,root,-) %doc README.txt PKG-INFO %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.9.12-12 +- Python 2 binary package renamed to python2-toscawidgets + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.12-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild