From 4435cdb29fe8aebdb21f2155ee0f2dfd93197c8b 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 a646079..14cd2bc 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -145,13 +145,13 @@ k="${k-}${k+ and } not (TestOffline and test_wms_130_remotemd_parse_single)" %files -n python3-OWSLib -f %{pyproject_files} # pyproject_files handles LICENSE; verify with “rpm -qL -p …” -%doc AUTHORS.rst -%doc CHANGES.rst -%doc README.rst %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