summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:44:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:44:23 +0000
commit4aa2abb1ae9680f2a76011f67a174c37a3070f7d (patch)
tree1f41ff3eaa0a991e8ad43afd378a2ae3eeb333ac
parentd69de18adf3916cf31cd4d60147b6c224cd6d93d (diff)
automatic import of python-zopeskelopeneuler20.03
-rw-r--r--python-zopeskel.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-zopeskel.spec b/python-zopeskel.spec
index 335d931..2a421ab 100644
--- a/python-zopeskel.spec
+++ b/python-zopeskel.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Templates and code generator for quickstarting Plone / Zope projects.
License: MIT
URL: http://svn.plone.org/svn/collective/ZopeSkel/trunk
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c1/de/1976cbdfba34fc555cb2f5699dc2b2d40a3ca1641fbf191f0fc10ada7e00/ZopeSkel-2.21.2.zip
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c1/de/1976cbdfba34fc555cb2f5699dc2b2d40a3ca1641fbf191f0fc10ada7e00/ZopeSkel-2.21.2.zip
BuildArch: noarch
@@ -51,20 +51,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 .
@@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.21.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.21.2-1
- Package Spec generated