[packages/python-sphinx_click] - fixed py3 tests, apidocs cleanup

qboosh qboosh at pld-linux.org
Wed Dec 6 22:02:38 CET 2023


commit 2bb813ad525b4e6e71560a87dd1fefcdfbb7981f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Dec 6 21:54:44 2023 +0100

    - fixed py3 tests, apidocs cleanup

 python-sphinx_click.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-sphinx_click.spec b/python-sphinx_click.spec
index 923a3d7..819d67b 100644
--- a/python-sphinx_click.spec
+++ b/python-sphinx_click.spec
@@ -101,7 +101,7 @@ Dokumentacja API modułu Pythona sphinx-click.
 %py3_build
 
 %if %{with tests}
-%{__python} -m unittest discover -s tests
+%{__python3} -m unittest discover -s tests
 %endif
 %endif
 
@@ -145,5 +145,5 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with doc}
 %files apidocs
 %defattr(644,root,root,755)
-%doc docs/_build/html/*
+%doc docs/_build/html/{_static,examples,*.html,*.js}
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-sphinx_click.git/commitdiff/2bb813ad525b4e6e71560a87dd1fefcdfbb7981f



More information about the pld-cvs-commit mailing list