diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:20:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:20:14 +0000 |
commit | 13571ba8b66121c55c8dc9db6e2fdced39c48823 (patch) | |
tree | 107d2d0809230c776cf3ecff4a2d557a5e3415e7 | |
parent | 611957bcbba78e4441ed126bcd2a9957885b7310 (diff) |
automatic import of python-singular-api-clientopeneuler20.03
-rw-r--r-- | python-singular-api-client.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-singular-api-client.spec b/python-singular-api-client.spec index 80344d3..6438018 100644 --- a/python-singular-api-client.spec +++ b/python-singular-api-client.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Helper Library to use Singular Reporting API License: Apache URL: https://github.com/singular-labs/singular_api_client/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b3/bc/3e51cf893217554573ae343bf4ce5f39357a985bcc273bb9c081569c0fb7/singular_api_client-0.6.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b3/bc/3e51cf893217554573ae343bf4ce5f39357a985bcc273bb9c081569c0fb7/singular_api_client-0.6.6.tar.gz BuildArch: noarch Requires: python3-requests @@ -41,7 +41,7 @@ For more information please visit our github repo: https://github.com/singular-l %prep -%autosetup -n singular-api-client-0.6.6 +%autosetup -n singular_api_client-0.6.6 %build %py3_build @@ -55,20 +55,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 . @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.6-1 - Package Spec generated |