[packages/python-zope.location] - updated docs (it seems that _modules dir is not created with Sphinx 4.5)

qboosh qboosh at pld-linux.org
Tue Apr 26 22:09:15 CEST 2022


commit 91c8cfc42580dce5019094f0bf73315c34c91bca
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Apr 26 22:09:31 2022 +0200

    - updated docs (it seems that _modules dir is not created with Sphinx 4.5)

 python-zope.location.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-zope.location.spec b/python-zope.location.spec
index 82d5a23..1168c2e 100644
--- a/python-zope.location.spec
+++ b/python-zope.location.spec
@@ -133,8 +133,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
 %{py_sitescriptdir}/zope/location
-%{py_sitescriptdir}/zope.location-*.egg-info
-%{py_sitescriptdir}/zope.location-*-nspkg.pth
+%{py_sitescriptdir}/zope.location-%{version}-py*.egg-info
+%{py_sitescriptdir}/zope.location-%{version}-py*-nspkg.pth
 %endif
 
 %if %{with python3}
@@ -142,12 +142,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
 %{py3_sitescriptdir}/zope/location
-%{py3_sitescriptdir}/zope.location-*.egg-info
-%{py3_sitescriptdir}/zope.location-*-nspkg.pth
+%{py3_sitescriptdir}/zope.location-%{version}-py*.egg-info
+%{py3_sitescriptdir}/zope.location-%{version}-py*-nspkg.pth
 %endif
 
 %if %{with doc}
 %files apidocs
 %defattr(644,root,root,755)
-%doc docs/_build/html/{_modules,_static,*.html,*.js}
+%doc docs/_build/html/{_static,*.html,*.js}
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-zope.location.git/commitdiff/91c8cfc42580dce5019094f0bf73315c34c91bca



More information about the pld-cvs-commit mailing list