diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:48:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:48:41 +0000 |
commit | 106e8311594074c2e1c8070bd5c43e5d239df756 (patch) | |
tree | ce5b3a1c046305c7721dc5c4287f9e3ec21201f5 | |
parent | 789614fea94762c228c5ffd9ada29c50f3efc7a8 (diff) |
automatic import of python-cathpyopeneuler20.03
-rw-r--r-- | python-cathpy.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cathpy.spec b/python-cathpy.spec index 2be3afa..4f5e767 100644 --- a/python-cathpy.spec +++ b/python-cathpy.spec @@ -5,7 +5,7 @@ Release: 1 Summary: CathPy - Python Bioinformatics Toolkit for CATH (Protein Classification). License: MIT License URL: https://github.com/UCL/cathpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/17/a3/9e828da752ffbd1923502e6268eb66f6442b2572fcde722b06e933acef27/cathpy-0.4.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/17/a3/9e828da752ffbd1923502e6268eb66f6442b2572fcde722b06e933acef27/cathpy-0.4.1.tar.gz BuildArch: noarch Requires: python3-Click @@ -425,20 +425,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 . @@ -451,5 +451,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.1-1 - Package Spec generated |