summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:22:44 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:22:44 +0000
commit872a58ff0da103dcd6d83dd51ff3b7e39d5e7dd0 (patch)
tree2e1110a5e0ce3360c8373f4bede86a205f08a27c
parentf4a4e7225d53e8f4af59b598b3537f41997885a2 (diff)
automatic import of python-cortex-serving-clientopeneuler20.03
-rw-r--r--python-cortex-serving-client.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cortex-serving-client.spec b/python-cortex-serving-client.spec
index da06a20..a8de9d4 100644
--- a/python-cortex-serving-client.spec
+++ b/python-cortex-serving-client.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Cortex.dev ML Serving Client for Python with garbage API collection.
License: MIT License
URL: https://github.com/glami/cortex-serving-client
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/01/71/ac8dbc4b935a49b550a3c6fe2c044ac8eea2e8422537bc42830c2c5c47c6/cortex-serving-client-0.42.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/01/71/ac8dbc4b935a49b550a3c6fe2c044ac8eea2e8422537bc42830c2c5c47c6/cortex-serving-client-0.42.1.tar.gz
BuildArch: noarch
Requires: python3-cortex
@@ -503,20 +503,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 .
@@ -529,5 +529,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.42.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.42.1-1
- Package Spec generated