Move some text doc files to the -doc subpackage
This commit is contained in:
parent
1e02ad4b8a
commit
12b6628c31
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue