diff --git a/python-tw2-jit.spec b/python-tw2-jit.spec index 946c514575..d6a563a114 100644 --- a/python-tw2-jit.spec +++ b/python-tw2-jit.spec @@ -4,7 +4,7 @@ Name: python-tw2-jit Version: 2.0.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Javascript Infovis Toolkit (JIT) for ToscaWidgets2 Group: Development/Languages @@ -30,6 +30,25 @@ BuildRequires: python-genshi BuildRequires: python-mako # 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.\ +\ +The JavaScript InfoVis Toolkit (thejit) is a javascript library that\ +provides web standard based tools to create interactive data visualizations\ +for the Web. It is pretty, interactive, and fast.\ +\ +This module, tw2.jit, provides toscawidgets2 (tw2) widgets that render\ +thejit data visualizations. + +%description %_description + +%package -n python2-tw2-jit +Summary: %summary Requires: python-tw2-core Requires: python-tw2-jquery Requires: python-tw2-sqla @@ -41,20 +60,9 @@ Requires: python-sqlalchemy Requires: python-BeautifulSoup Requires: python-genshi Requires: python-mako +%{?python_provide:%python_provide python2-tw2-jit} -%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. - -The JavaScript InfoVis Toolkit (thejit) is a javascript library that -provides web standard based tools to create interactive data visualizations -for the Web. It is pretty, interactive, and fast. - -This module, tw2.jit, provides toscawidgets2 (tw2) widgets that render -thejit data visualizations. +%description -n python2-tw2-jit %_description %prep %setup -q -n %{modname}-%{version} @@ -75,7 +83,7 @@ mv setup.py.tmp setup.py %{__python} setup.py install -O1 --skip-build \ --install-data=%{_datadir} --root %{buildroot} -%files +%files -n python2-tw2-jit %doc README.rst LICENSE-tw2-jit.txt LICENSE-jit.txt %{python_sitelib}/tw2/jit @@ -83,6 +91,10 @@ mv setup.py.tmp setup.py %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 2.0.3-16 +- Python 2 binary package renamed to python2-tw2-jit + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild