summaryrefslogtreecommitdiff
path: root/python-goth.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:19:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:19:54 +0000
commit4c54232be59de2521b96ca40d9e636a8c83ea909 (patch)
treed1797c3e9b8b337b9d78d1e667db02fa5b3d2b1c /python-goth.spec
parent1ff4544cc194e0fa0bcd205f621c2c3fa12e1ecd (diff)
automatic import of python-gothopeneuler20.03
Diffstat (limited to 'python-goth.spec')
-rw-r--r--python-goth.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-goth.spec b/python-goth.spec
index 1dcbf68..4a2387c 100644
--- a/python-goth.spec
+++ b/python-goth.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Golem Test Harness - integration testing framework
License: GPL-3.0
URL: https://github.com/golemfactory/goth
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/df/2f5ca457d6713da9df141563fdee3f23419d115e6d55a4233d82dda34c01/goth-0.14.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/12/df/2f5ca457d6713da9df141563fdee3f23419d115e6d55a4233d82dda34c01/goth-0.14.0.tar.gz
BuildArch: noarch
Requires: python3-aiohttp
@@ -626,20 +626,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 .
@@ -652,5 +652,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.14.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.14.0-1
- Package Spec generated