summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:43:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:43:05 +0000
commitaa93ee8f987970441f2b5beb25b21e6fb9b3c77b (patch)
treec906e013cf6b902857d8efd8cb21bd99ce2747f7
parent5160dd1c7eca2f1895cb6b6b4c388d939b3adca3 (diff)
automatic import of python-cord-client-pythonopeneuler20.03
-rw-r--r--python-cord-client-python.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cord-client-python.spec b/python-cord-client-python.spec
index 76a6488..6e3ef3c 100644
--- a/python-cord-client-python.spec
+++ b/python-cord-client-python.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Cord Python SDK Client
License: Apache Software License
URL: https://github.com/cord-team/cord-client-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ee/be/411031231744b42996087924cf5b2d878cb77318c63e1eabde9e216c9b49/cord-client-python-0.1.34.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ee/be/411031231744b42996087924cf5b2d878cb77318c63e1eabde9e216c9b49/cord-client-python-0.1.34.tar.gz
BuildArch: noarch
Requires: python3-dateutil
@@ -269,20 +269,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 .
@@ -295,5 +295,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.34-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.34-1
- Package Spec generated