diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:48:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:48:27 +0000 |
commit | 485e78bc096d02d87b8770243838740a8e5b71d9 (patch) | |
tree | 57dc34242fa1156fc4cd1c00e58c26d14ec11d1d | |
parent | f4199ca905bb3a7b43e4f2bee6f4ef9e21550fdd (diff) |
automatic import of python-cardpayopeneuler20.03
-rw-r--r-- | python-cardpay.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cardpay.spec b/python-cardpay.spec index e2a70d9..0c727e6 100644 --- a/python-cardpay.spec +++ b/python-cardpay.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Unlimint APIv3 Python SDK License: MIT URL: https://github.com/cardpay/python-sdk-v3.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/54/bd0b3fddbe9c49189801d8cb7fb6b20d937f212a687840ac40fb9b572b13/cardpay-3.48.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/54/bd0b3fddbe9c49189801d8cb7fb6b20d937f212a687840ac40fb9b572b13/cardpay-3.48.4.tar.gz BuildArch: noarch Requires: python3-certifi @@ -487,20 +487,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 . @@ -513,5 +513,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.48.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.48.4-1 - Package Spec generated |