]> git.pld-linux.org Git - packages/python-zope.location.git/commitdiff
- updated docs (it seems that _modules dir is not created with Sphinx 4.5) auto/th/python-zope.location-4.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Apr 2022 20:09:31 +0000 (22:09 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Apr 2022 20:09:31 +0000 (22:09 +0200)
python-zope.location.spec

index 82d5a23e37164352c952cb449bd089e44c4fb5ec..1168c2e73070f236e61631a6acee9dc10e5dc5b6 100644 (file)
@@ -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
This page took 0.147229 seconds and 4 git commands to generate.