summaryrefslogtreecommitdiff
path: root/python-webex-skills.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:42:32 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:42:32 +0000
commit4994ee974fc0d950e848eafa31428d67c19a8cd4 (patch)
tree9f5ebb61637e5ed4c04f5e82ca22fb675e353b18 /python-webex-skills.spec
parentaf0dda7b9e8d259e60b24981a1e7d65bf40c3dfb (diff)
automatic import of python-webex-skillsopeneuler20.03
Diffstat (limited to 'python-webex-skills.spec')
-rw-r--r--python-webex-skills.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-webex-skills.spec b/python-webex-skills.spec
index 8208e78..799f1cd 100644
--- a/python-webex-skills.spec
+++ b/python-webex-skills.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: An SDK for skills for the Webex Assistant.
License: MIT
URL: https://github.com/cisco/webex-assistant-sdk
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/1a/91ee433d3c9423c44ee294750f8ef190f9529febf79b6641c356348e2132/webex-skills-2.0.16.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d6/1a/91ee433d3c9423c44ee294750f8ef190f9529febf79b6641c356348e2132/webex-skills-2.0.16.tar.gz
BuildArch: noarch
Requires: python3-cryptography
@@ -247,20 +247,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 .
@@ -273,5 +273,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.16-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.16-1
- Package Spec generated