From d87d15422ed9d639be07d6b7e043db4107867c35 Mon Sep 17 00:00:00 2001 From: yelanxhs Date: Tue, 13 Jul 2021 01:37:22 +0000 Subject: [PATCH 1/2] update python-geojson.spec. --- python-geojson.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python-geojson.spec b/python-geojson.spec index 56f3352..924c405 100644 --- a/python-geojson.spec +++ b/python-geojson.spec @@ -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 -- Gitee From 91468f4d75e0678632ff868cc676fbc89dac9dd4 Mon Sep 17 00:00:00 2001 From: yelanxhs Date: Tue, 13 Jul 2021 01:37:37 +0000 Subject: [PATCH 2/2] update python-geojson.spec. --- python-geojson.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-geojson.spec b/python-geojson.spec index 924c405..e36f8fb 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 -- Gitee