From c956583dc27097119695b047ecbd8b338bf5191c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 7 Jul 2022 15:52:05 -0400 Subject: [PATCH] Fix extra newline in description --- python-OWSLib.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 5e9b765..ea9880a 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -56,7 +56,7 @@ BuildRequires: python%{python3_pkgversion}-nbconvert BuildRequires: python%{python3_pkgversion}-pandoc %endif -%global common_description %{expand: \ +%global common_description %{expand: OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. @@ -66,8 +66,7 @@ Full documentation is available at http://geopython.github.io/OWSLib OWSLib provides a common API for accessing service metadata and wrappers for numerous OGC Web Service interfaces.} -%description -%{common_description} +%description %{common_description} %package -n python%{python3_pkgversion}-OWSLib @@ -76,15 +75,15 @@ Summary: %{summary} %py_provides python%{python3_pkgversion}-OWSLib %py_provides python%{python3_pkgversion}-owslib -%description -n python%{python3_pkgversion}-OWSLib -%{common_description} +%description -n python%{python3_pkgversion}-OWSLib %{common_description} %package doc Summary: Documentation and examples for OWSLib -%description doc -%{summary}. +%description doc %{common_description} + +This package contains documentation and examples for OWSLib. %prep