diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:23:22 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:23:22 +0000 |
| commit | 600230e0dbf2cb51a7cc0c8f563ba4a3c9a7bb9f (patch) | |
| tree | a9cc4ffc2634a85ab9dfada6271500eaa2409d76 | |
| parent | d318e7124fa243a14c687e443b171adf49ff9aed (diff) | |
automatic import of python-py-crypto-hd-walletopeneuler20.03
| -rw-r--r-- | python-py-crypto-hd-wallet.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-py-crypto-hd-wallet.spec b/python-py-crypto-hd-wallet.spec index de64d78..99d1dce 100644 --- a/python-py-crypto-hd-wallet.spec +++ b/python-py-crypto-hd-wallet.spec @@ -5,7 +5,7 @@ Release: 1 Summary: HD (Hierarchical Deterministic) wallet for cryptocurrencies based on bip_utils library License: MIT URL: https://github.com/ebellocchia/py_crypto_hd_wallet -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/f7/081432652e87435b88cc825268c1329b116d40dd712fd396d7b793f1f87c/py_crypto_hd_wallet-1.3.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fc/f7/081432652e87435b88cc825268c1329b116d40dd712fd396d7b793f1f87c/py_crypto_hd_wallet-1.3.0.tar.gz BuildArch: noarch @@ -271,7 +271,7 @@ This software is available under the MIT license. %prep -%autosetup -n py-crypto-hd-wallet-1.3.0 +%autosetup -n py_crypto_hd_wallet-1.3.0 %build %py3_build @@ -285,20 +285,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 . @@ -311,5 +311,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 - Package Spec generated |
