diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:53:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:53:27 +0000 |
commit | 3cf074f0630fc878df392127d0f75c16068ccedb (patch) | |
tree | 904e9f8fc743c03e5bafa76236ea2dac4d95d68e | |
parent | eacf5c48abdf688be2eb122320785adab7a3e2ed (diff) |
automatic import of python-azulejoopeneuler20.03
-rw-r--r-- | python-azulejo.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-azulejo.spec b/python-azulejo.spec index 6516c63..3f5b6bb 100644 --- a/python-azulejo.spec +++ b/python-azulejo.spec @@ -5,7 +5,7 @@ Release: 1 Summary: tile phylogenetic space with subtrees License: BSD-3-Clause URL: https://github.com/joelb123/azulejo -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/8e/ec41ab485ca96895bfa4f9ce2ceb2857dd0f7a21e70cb21d4937082dbe1e/azulejo-0.10.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/86/8e/ec41ab485ca96895bfa4f9ce2ceb2857dd0f7a21e70cb21d4937082dbe1e/azulejo-0.10.1.tar.gz BuildArch: noarch Requires: python3-click @@ -88,20 +88,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 . @@ -114,5 +114,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 - Package Spec generated |