From 816858821583fe66aefc727e263bcc321c1c1915 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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 17f2445..b26a1c0 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -24,7 +24,7 @@ BuildRequires: latexmk BuildRequires: 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. @@ -34,8 +34,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 python3-OWSLib @@ -43,8 +42,7 @@ Summary: %{summary} %py_provides python3-owslib -%description -n python3-OWSLib -%{common_description} +%description -n python3-OWSLib %{common_description} %package doc