summaryrefslogtreecommitdiff
path: root/python-collective-recipe-sphinxbuilder.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 07:41:15 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 07:41:15 +0000
commitecd2fa57fea684becbdd0216e46a903f1c31d91e (patch)
tree6439d482ab743e947d532d746e04c60480376257 /python-collective-recipe-sphinxbuilder.spec
parenta5e5941689cefda69facdf95358ff4cc60af22fa (diff)
automatic import of python-collective-recipe-sphinxbuilderopeneuler20.03
Diffstat (limited to 'python-collective-recipe-sphinxbuilder.spec')
-rw-r--r--python-collective-recipe-sphinxbuilder.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-collective-recipe-sphinxbuilder.spec b/python-collective-recipe-sphinxbuilder.spec
index c04dd0c..df7a56c 100644
--- a/python-collective-recipe-sphinxbuilder.spec
+++ b/python-collective-recipe-sphinxbuilder.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: ZC.buildout recipe to generate and build Sphinx-based documentation in the buildout.
License: ZPL
URL: https://github.com/sdouche/collective.recipe.sphinxbuilder
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/78/cb35687ab20e6bed0c0088fd707a6b8287d672816a5dc2eefe7de79e4eaa/collective.recipe.sphinxbuilder-1.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/3d/78/cb35687ab20e6bed0c0088fd707a6b8287d672816a5dc2eefe7de79e4eaa/collective.recipe.sphinxbuilder-1.1.tar.gz
BuildArch: noarch
@@ -42,20 +42,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1
- Package Spec generated