diff --git python-tilestache/python-tilestache.spec python-tilestache/python-tilestache.spec.tmp index fa983953c0..34f6e2b882 100644 --- python-tilestache/python-tilestache.spec +++ python-tilestache/python-tilestache.spec.tmp @@ -3,7 +3,7 @@ Name: python-tilestache Version: 1.49.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A stylish alternative for caching your map tiles Group: Applications/Databases @@ -19,22 +19,29 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: font(dejavusansmono) -Requires: python-imaging -Requires: python-modestmaps -Requires: python-simplejson -Requires: python-werkzeug %package examples Summary: Example code for TileStache +%global _description\ +TileStache is a Python-based server application that can serve up map tiles\ +based on rendered geographic data. You might be familiar with TileCache, the\ +venerable open source WMS server from MetaCarta. TileStache is similar, but we\ +hope simpler and better-suited to the needs of designers and cartographers. + +%description %_description + +%package -n python2-tilestache +Summary: %summary Requires: %{name}%{?isa} = %{version}-%{release} +Requires: python-werkzeug +Requires: python-simplejson +Requires: python-modestmaps +Requires: python-imaging +Requires: font(dejavusansmono) +%{?python_provide:%python_provide python2-tilestache} -%description -TileStache is a Python-based server application that can serve up map tiles -based on rendered geographic data. You might be familiar with TileCache, the -venerable open source WMS server from MetaCarta. TileStache is similar, but we -hope simpler and better-suited to the needs of designers and cartographers. +%description -n python2-tilestache %_description %description examples Example code for TileStache: A stylish alternative for caching your map tiles @@ -65,7 +72,7 @@ install -p -m0644 man/tilestache-server.1 %{buildroot}%{_mandir}/man1/ mkdir -p %{buildroot}%{_datadir}/%{module_name} cp -a examples %{buildroot}%{_datadir}/%{module_name}/ -%files +%files -n python2-tilestache %doc CHANGELOG LICENSE README.md %{_bindir}/tilestache-clean.py %{_bindir}/tilestache-compose.py @@ -85,6 +92,10 @@ cp -a examples %{buildroot}%{_datadir}/%{module_name}/ %{_datadir}/%{module_name} %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 1.49.11-9 +- Python 2 binary package renamed to python2-tilestache + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.49.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild