diff --git python-tw2-polymaps/python-tw2-polymaps.spec python-tw2-polymaps/python-tw2-polymaps.spec.tmp index 601fdff1b8..1f04ee5f9b 100644 --- python-tw2-polymaps/python-tw2-polymaps.spec +++ python-tw2-polymaps/python-tw2-polymaps.spec.tmp @@ -2,7 +2,7 @@ Name: python-tw2-polymaps Version: 0.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Toscawidgets2 wrapper for polymaps - amazing javascript maps Group: Development/Libraries @@ -20,27 +20,34 @@ BuildRequires: python-geojson BuildRequires: python-markupsafe BuildRequires: python-mako + +%global _description\ +tw2.polymaps is a toscawidgets2 (tw2) wrapper for polymaps.\ +\ +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.\ +\ +polymaps is a JavaScript library for image- and vector-tiled maps using\ +SVG.\ +\ +This module, tw2.polymaps, provides toscawidgets2 (tw2) widgets that\ +render polymaps maps! + +%description %_description + +%package -n python2-tw2-polymaps +Summary: %summary Requires: python-tw2-core Requires: python-geojson Requires: python-markupsafe Requires: python-mako +%{?python_provide:%python_provide python2-tw2-polymaps} - -%description -tw2.polymaps is a toscawidgets2 (tw2) wrapper for polymaps. - -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. - -polymaps is a JavaScript library for image- and vector-tiled maps using -SVG. - -This module, tw2.polymaps, provides toscawidgets2 (tw2) widgets that -render polymaps maps! +%description -n python2-tw2-polymaps %_description %prep %setup -q -n %{modname}-%{version} @@ -56,12 +63,16 @@ rm -rf tw2/polymaps/static/polymaps/2.4.0/.DS_Store %install %{__python} setup.py install -O1 --skip-build --root=%{buildroot} -%files +%files -n python2-tw2-polymaps %doc README.rst LICENSE.txt %{python_sitelib}/tw2/polymaps %{python_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3-9 +- Python 2 binary package renamed to python2-tw2-polymaps + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild