diff --git a/python-geojson.spec b/python-geojson.spec index 56f3352221b970c025328d95f764b68d5b7df4c2..e36f8fb891b7869ad9921d0809bbe626e47d6751 100644 --- a/python-geojson.spec +++ b/python-geojson.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-geojson Version: 2.5.0 -Release: 1 +Release: 2 Summary: Python bindings and utilities for GeoJSON License: BSD URL: https://github.com/jazzband/geojson @@ -9,7 +9,9 @@ Source0: https://files.pythonhosted.org/packages/b6/8d/c42d3fe6f9b5e5bd6a55d9f03 BuildArch: noarch %description -A library for encoding and decoding GeoJSON formatted data,and classes for all GeoJSON Objects +This library contains functions for encoding and decoding GeoJSON formatted +data, classes for all GeoJSON Objects and an implementation of the Python +geo interface specification. %package -n python3-geojson Summary: Python bindings and utilities for GeoJSON @@ -17,13 +19,17 @@ Provides: python-geojson BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-geojson -A library for encoding and decoding GeoJSON formatted data,and classes for all GeoJSON Objects +This library contains functions for encoding and decoding GeoJSON formatted +data, classes for all GeoJSON Objects and an implementation of the Python +geo interface specification. %package help Summary: Development documents and examples for geojson Provides: python3-geojson-doc %description help -A library for encoding and decoding GeoJSON formatted data,and classes for all GeoJSON Objects +This library contains functions for encoding and decoding GeoJSON formatted +data, classes for all GeoJSON Objects and an implementation of the Python +geo interface specification. %prep %autosetup -n geojson-2.5.0