[packages/python-zope.copy] - updated docs (it seems that _modules dir is not created with Sphinx 4.5)
qboosh
qboosh at pld-linux.org
Tue Apr 26 22:00:55 CEST 2022
commit d3bda70a1ae2a28bb7765af09c67e4ee09d033ec
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Apr 26 22:01:11 2022 +0200
- updated docs (it seems that _modules dir is not created with Sphinx 4.5)
python-zope.copy.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-zope.copy.spec b/python-zope.copy.spec
index a8d2a67..6ad5c53 100644
--- a/python-zope.copy.spec
+++ b/python-zope.copy.spec
@@ -135,8 +135,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
%{py_sitescriptdir}/zope/copy
-%{py_sitescriptdir}/zope.copy-*.egg-info
-%{py_sitescriptdir}/zope.copy-*-nspkg.pth
+%{py_sitescriptdir}/zope.copy-%{version}-py*.egg-info
+%{py_sitescriptdir}/zope.copy-%{version}-py*-nspkg.pth
%endif
%if %{with python3}
@@ -144,12 +144,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
%{py3_sitescriptdir}/zope/copy
-%{py3_sitescriptdir}/zope.copy-*.egg-info
-%{py3_sitescriptdir}/zope.copy-*-nspkg.pth
+%{py3_sitescriptdir}/zope.copy-%{version}-py*.egg-info
+%{py3_sitescriptdir}/zope.copy-%{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.copy.git/commitdiff/d3bda70a1ae2a28bb7765af09c67e4ee09d033ec
More information about the pld-cvs-commit
mailing list