diff --git python-shapely/python-shapely.spec python-shapely/python-shapely.spec.tmp index 00a6e717f2..f7a878c7b3 100644 --- python-shapely/python-shapely.spec +++ python-shapely/python-shapely.spec.tmp @@ -5,7 +5,7 @@ Name: python-shapely Version: 1.5.16 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Manipulation and analysis of geometric objects in the Cartesian plane Group: Development/Libraries @@ -38,16 +38,24 @@ BuildRequires: python3-matplotlib %filter_setup } -%description -Shapely is a package for creation, manipulation, and analysis -of planar geometry objects – designed especially for developers -of cutting edge geographic information systems. In a nutshell: -Shapely lets you do PostGIS-ish stuff outside the context of a -database using idiomatic Python. - -You can use this package with python-matplotlib and numpy. +%global _description\ +Shapely is a package for creation, manipulation, and analysis\ +of planar geometry objects – designed especially for developers\ +of cutting edge geographic information systems. In a nutshell:\ +Shapely lets you do PostGIS-ish stuff outside the context of a\ +database using idiomatic Python.\ +\ +You can use this package with python-matplotlib and numpy.\ See README.rst for more information! +%description %_description + +%package -n python2-shapely +Summary: %summary +%{?python_provide:%python_provide python2-shapely} + +%description -n python2-shapely %_description + %if 0%{?with_python3} %package -n python3-shapely Summary: Manipulation and analysis of geometric objects in the Cartesian plane @@ -104,7 +112,7 @@ pushd %{py3dir} rm -f %{buildroot}%{_prefix}/shapely/_geos.pxi -%files +%files -n python2-shapely %doc CHANGES.txt README.rst CREDITS.txt LICENSE.txt %doc docs %doc %{python_sitearch}/shapely/examples/ @@ -130,6 +138,10 @@ rm -f %{buildroot}%{_prefix}/shapely/_geos.pxi %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.5.16-9 +- Python 2 binary package renamed to python2-shapely + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.5.16-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild