summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:02:50 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:02:50 +0000
commit632379ce2a0f199a199bb8577194a52aabaef944 (patch)
tree1e229a1f19adecb53aebf6609396b9f8a5b9c793
parente9a1a35fb881f2b57c2b8472b164df34efbc7081 (diff)
automatic import of python-sortasurveyopeneuler20.03
-rw-r--r--python-sortasurvey.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sortasurvey.spec b/python-sortasurvey.spec
index 5b1489e..278d801 100644
--- a/python-sortasurvey.spec
+++ b/python-sortasurvey.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Automated and reproducible target selection for large collaborations
License: MIT
URL: https://github.com/ashleychontos/sort-a-survey
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/33/87/f048aa3b292557d0032b0851c9a16ac108274821dd3180051f8e47191813/sortasurvey-1.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/33/87/f048aa3b292557d0032b0851c9a16ac108274821dd3180051f8e47191813/sortasurvey-1.1.0.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -46,20 +46,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 .
@@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
- Package Spec generated