diff --git python-tw2-jqplugins-jqplot/python-tw2-jqplugins-jqplot.spec python-tw2-jqplugins-jqplot/python-tw2-jqplugins-jqplot.spec.tmp index 7406307607..54a8df489e 100644 --- python-tw2-jqplugins-jqplot/python-tw2-jqplugins-jqplot.spec +++ python-tw2-jqplugins-jqplot/python-tw2-jqplugins-jqplot.spec.tmp @@ -2,7 +2,7 @@ Name: python-tw2-jqplugins-jqplot Version: 2.0.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Toscawidgets2 wrapper for the jqPlot jQuery plugin Group: Development/Libraries @@ -18,24 +18,31 @@ BuildRequires: python-setuptools BuildRequires: python-tw2-core BuildRequires: python-tw2-jqplugins-ui -Requires: python-tw2-core -Requires: python-tw2-jqplugins-ui - -%description -tw2.jqplugins.jqplot is a toscawidgets2 wrapper for jqPlot. +%global _description\ +tw2.jqplugins.jqplot is a toscawidgets2 wrapper for jqPlot.\ +\ +Toscawidgets2 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.\ +\ +jqPlot is a plotting and charting plugin for the jQuery Javascript\ +framework. jqPlot produces beautiful line, bar and pie charts.\ +\ +This module, tw2.jqplugins.jqplot, provides toscawidgets2 (tw2) access\ +to jqPlot widgets. -Toscawidgets2 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. +%description %_description -jqPlot is a plotting and charting plugin for the jQuery Javascript -framework. jqPlot produces beautiful line, bar and pie charts. +%package -n python2-tw2-jqplugins-jqplot +Summary: %summary +Requires: python-tw2-core +Requires: python-tw2-jqplugins-ui +%{?python_provide:%python_provide python2-tw2-jqplugins-jqplot} -This module, tw2.jqplugins.jqplot, provides toscawidgets2 (tw2) access -to jqPlot widgets. +%description -n python2-tw2-jqplugins-jqplot %_description %prep %setup -q -n %{modname}-%{version} @@ -55,12 +62,16 @@ rm -f build/lib/tw2/jqplugins/jqplot/static/jquery/plugins/jqplot/0.9.7r635/exam %install %{__python} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-tw2-jqplugins-jqplot %doc README.rst LICENSE.txt %{python_sitelib}/tw2/jqplugins/jqplot/ %{python_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.3-9 +- Python 2 binary package renamed to python2-tw2-jqplugins-jqplot + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild