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