summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:49:46 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:49:46 +0000
commitda1c5f5bb1b37ed44daffdf27c77491d0ae8be20 (patch)
tree3c0c68ca39817e44b0cd9bbd80ce60c00431e113
parent5359ccb93057aead1efe62ba434d66443ee42b8e (diff)
automatic import of python-optionloopopeneuler20.03
-rw-r--r--python-optionloop.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-optionloop.spec b/python-optionloop.spec
index b99907f..f977a80 100644
--- a/python-optionloop.spec
+++ b/python-optionloop.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Allows collapsing of nested for loops via dictionary iteration
License: GPL
URL: https://github.com/arghdos/optionLoop
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cf/92/11854118751b4629e47f52464d48d873a923d13849631bd585f569325721/optionloop-1.0.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/cf/92/11854118751b4629e47f52464d48d873a923d13849631bd585f569325721/optionloop-1.0.7.tar.gz
BuildArch: noarch
@@ -219,20 +219,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 .
@@ -245,5 +245,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.7-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.7-1
- Package Spec generated