Fix extra newline in description
This commit is contained in:
parent
375e68f204
commit
8168588215
1 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue