From 55880a3f499ff345f2224bae6b535b20e939f8d3 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 8 Mar 2023 08:38:15 -0500 Subject: [PATCH] Install more text documentation files --- python-OWSLib.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 29ffea4..1c996d6 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -135,7 +135,11 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' PYTHONDONTWRITEBYTECODE=1 \ %files -n python2-OWSLib %license LICENSE.txt -%doc README.txt CHANGES.txt CREDITS.txt +%doc CHANGES.txt +%doc CREDITS.txt +%doc FAQ.txt +%doc HISTORY.txt +%doc README.txt %{python2_sitelib}/owslib/ %{python2_sitelib}/OWSLib-%{version}-py%{python2_version}.egg-info @@ -143,7 +147,11 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' PYTHONDONTWRITEBYTECODE=1 \ %files -n python%{python3_pkgversion}-OWSLib %license LICENSE.txt -%doc README.txt CHANGES.txt CREDITS.txt +%doc CHANGES.txt +%doc CREDITS.txt +%doc FAQ.txt +%doc HISTORY.txt +%doc README.txt %{python3_sitelib}/owslib/ %{python3_sitelib}/OWSLib-%{version}-py%{python3_version}.egg-info @@ -155,6 +163,7 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' PYTHONDONTWRITEBYTECODE=1 \ - Update License to SPDX - Build the Python 3 sub-package on EPEL7 - Switch to the GitHub source archive and run the offline tests +- Install more text documentation files * Sat Jun 13 2015 Volker Fröhlich - 0.9.0-1 - New upstream release