diff --git python-Rtree/python-Rtree.spec python-Rtree/python-Rtree.spec.tmp index 1e297bc0c5..2369182cda 100644 --- python-Rtree/python-Rtree.spec +++ python-Rtree/python-Rtree.spec.tmp @@ -2,7 +2,7 @@ Name: python-Rtree Version: 0.7.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Python wrapper of the spatialindex library Group: Development/Libraries @@ -19,25 +19,32 @@ BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: spatialindex-devel -Requires: spatialindex - BuildArch: noarch -%description -Rtree is a ctypes Python wrapper of the spatialindex library, that -provides a number of advanced spatial indexing features for the -spatially curious Python user. These features include: - --Nearest neighbor search --Intersection search --Multi-dimensional indexes --Clustered indexes (store Python pickles directly with index entries) --Bulk loading --Deletion --Disk serialization --Custom storage implementation - (to implement spatial indexing in ZODB, for example) +%global _description\ +Rtree is a ctypes Python wrapper of the spatialindex library, that\ +provides a number of advanced spatial indexing features for the\ +spatially curious Python user. These features include:\ +\ +-Nearest neighbor search\ +-Intersection search\ +-Multi-dimensional indexes\ +-Clustered indexes (store Python pickles directly with index entries)\ +-Bulk loading\ +-Deletion\ +-Disk serialization\ +-Custom storage implementation\ + (to implement spatial indexing in ZODB, for example)\ + + +%description %_description + +%package -n python2-rtree +Summary: %summary +Requires: spatialindex +%{?python_provide:%python_provide python2-rtree} +%description -n python2-rtree %_description %prep %setup -q -n %{oname}-%{version} @@ -63,13 +70,17 @@ rm -rf %{oname}.egg-info %{__python} setup.py test || : -%files +%files -n python2-rtree #TODO: Consider to include further documentation (BR Sphinx) %doc docs/source/README.txt %{python_sitelib}/rtree %{python_sitelib}/%{oname}-%{version}-py*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.0-12 +- Python 2 binary package renamed to python2-rtree + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild