diff --git python-tw2-jqplugins-flot/python-tw2-jqplugins-flot.spec python-tw2-jqplugins-flot/python-tw2-jqplugins-flot.spec.tmp index fd3e4abe84..2115b7ab47 100644 --- python-tw2-jqplugins-flot/python-tw2-jqplugins-flot.spec +++ python-tw2-jqplugins-flot/python-tw2-jqplugins-flot.spec.tmp @@ -4,7 +4,7 @@ Name: python-tw2-jqplugins-flot Version: 2.0.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: jQuery flot (plotting) for ToscaWidgets2 Group: Development/Languages @@ -33,22 +33,30 @@ BuildRequires: python-genshi # Runtime requirements + +%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.\ +\ +flot is a pure Javascript plotting library for jQuery. It produces graphical\ +plots of arbitrary data sets on-the-fly client-side.\ +\ +This module, tw2.jqplugins.flot, provides toscawidgets2 (tw2) access\ +to flot widgets. + +%description %_description + +%package -n python2-tw2-jqplugins-flot +Summary: %summary Requires: python-tw2-core Requires: python-tw2-excanvas Requires: python-tw2-jqplugins-ui +%{?python_provide:%python_provide python2-tw2-jqplugins-flot} -%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. - -flot is a pure Javascript plotting library for jQuery. It produces graphical -plots of arbitrary data sets on-the-fly client-side. - -This module, tw2.jqplugins.flot, provides toscawidgets2 (tw2) access -to flot widgets. +%description -n python2-tw2-jqplugins-flot %_description %prep %setup -q -n %{modname}-%{version} @@ -78,13 +86,17 @@ rm -f build/lib/tw2/jqplugins/__init__.py* %check PYTHONPATH=$(pwd) python setup.py test -%files +%files -n python2-tw2-jqplugins-flot %doc README.rst LICENSE.txt %{python_sitelib}/tw2/jqplugins/flot %{python_sitelib}/%{modname}-%{version}-* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.1-14 +- Python 2 binary package renamed to python2-tw2-jqplugins-flot + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild