diff --git python-tw2-jqplugins-ui/python-tw2-jqplugins-ui.spec python-tw2-jqplugins-ui/python-tw2-jqplugins-ui.spec.tmp index 3e5ae1e1d2..6654cbe223 100644 --- python-tw2-jqplugins-ui/python-tw2-jqplugins-ui.spec +++ python-tw2-jqplugins-ui/python-tw2-jqplugins-ui.spec.tmp @@ -4,7 +4,7 @@ Name: python-tw2-jqplugins-ui Version: 2.2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: jQuery UI for ToscaWidgets2 Group: Development/Languages @@ -42,29 +42,37 @@ BuildRequires: python-genshi # Runtime requirements -Requires: python-tw2-core -Requires: python-tw2-forms -Requires: python-tw2-jquery -%description -toscawidgets2 (tw2) aims to be a practical and useful widgets framework -that helps people build interactive websites with compelling features, faster -and easier. Widgets are re-usable web components that can include a template, -server-side code and JavaScripts/CSS resources. The library aims to be: -flexible, reliable, documented, performant, and as simple as possible. +%global _description\ +toscawidgets2 (tw2) aims to be a practical and useful widgets framework\ +that helps people build interactive websites with compelling features, faster\ +and easier. Widgets are re-usable web components that can include a template,\ +server-side code and JavaScripts/CSS resources. The library aims to be:\ +flexible, reliable, documented, performant, and as simple as possible.\ +\ +jQuery is a fast and concise JavaScript Library that simplifies HTML\ +document traversing, event handling, animating, and Ajax interactions\ +for rapid web development. jQuery is designed to change the way that\ +you write JavaScript.\ +\ +jQuery UI provides abstractions for low-level interaction and animation,\ +advanced effects and high-level, themeable widgets, built on top of the\ +jQuery JavaScript Library, that you can use to build highly interactive\ +web applications.\ +\ +This module, tw2.jqplugins.ui, provides toscawidgets2 (tw2) access to\ +jQuery UI widgets. -jQuery is a fast and concise JavaScript Library that simplifies HTML -document traversing, event handling, animating, and Ajax interactions -for rapid web development. jQuery is designed to change the way that -you write JavaScript. +%description %_description -jQuery UI provides abstractions for low-level interaction and animation, -advanced effects and high-level, themeable widgets, built on top of the -jQuery JavaScript Library, that you can use to build highly interactive -web applications. +%package -n python2-tw2-jqplugins-ui +Summary: %summary +Requires: python-tw2-core +Requires: python-tw2-forms +Requires: python-tw2-jquery +%{?python_provide:%python_provide python2-tw2-jqplugins-ui} -This module, tw2.jqplugins.ui, provides toscawidgets2 (tw2) access to -jQuery UI widgets. +%description -n python2-tw2-jqplugins-ui %_description %prep %setup -q -n %{modname}-%{version} @@ -95,13 +103,17 @@ rm -f build/lib/tw2/jqplugins/__init__.py* #%check #PYTHONPATH=$(pwd) python setup.py test -%files +%files -n python2-tw2-jqplugins-ui %doc README.rst LICENSE.txt %{python_sitelib}/tw2/jqplugins/ui %{python_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.2.0-8 +- Python 2 binary package renamed to python2-tw2-jqplugins-ui + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild