From 12b6628c31d013580351eef4686dada9b79ad262 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 8 Mar 2023 09:38:19 -0500 Subject: [PATCH] Move some text doc files to the -doc subpackage --- python-OWSLib.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index a20d9f9..f09cfa3 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -232,9 +232,6 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' '%{python3}' -m pytest \ %files -n python%{python3_pkgversion}-OWSLib %license LICENSE -%doc AUTHORS.rst -%doc CHANGES.rst -%doc README.rst %{python3_sitelib}/owslib %{python3_sitelib}/OWSLib-%{version}-py%{python3_version}.egg-info @@ -242,6 +239,9 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' '%{python3}' -m pytest \ %files doc %license LICENSE +%doc AUTHORS.rst +%doc CHANGES.rst +%doc README.rst %doc examples %if %{with doc_pdf} %doc docs/build/latex/en/OWSLib.pdf