summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:20:19 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:20:19 +0000
commit15fdcd3a02654a486f5a99179cd0870041f9ca37 (patch)
tree64bf5518958a57da6e6588a2ceb33cc100473d12
parent89b12ba7f0ecfe6b3d9a0d943ad40ba84f3f2111 (diff)
automatic import of python-faultopeneuler20.03
-rw-r--r--python-fault.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-fault.spec b/python-fault.spec
index 9c38c21..5ce037a 100644
--- a/python-fault.spec
+++ b/python-fault.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Python package for testing hardware (part of the magma ecosystem)
License: BSD License
URL: https://github.com/leonardt/fault
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/eb/fe/a6e8c0f8bfb4a6b51ff753d7d4481535c5e0b2a7750e52a057f1f0dd77f6/fault-3.1.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/eb/fe/a6e8c0f8bfb4a6b51ff753d7d4481535c5e0b2a7750e52a057f1f0dd77f6/fault-3.1.2.tar.gz
BuildArch: noarch
@@ -1113,20 +1113,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 .
@@ -1139,5 +1139,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.2-1
- Package Spec generated