diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:16:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:16:47 +0000 |
commit | fed7beedb8a642d41ef0db7257d1c3179d6919f2 (patch) | |
tree | f503e8e305fc24a1e959d4823e12e2bc5c415098 | |
parent | b5a99404207afb58f252ef9ffe00a829d62b4f63 (diff) |
automatic import of python-decodeopeneuler20.03
-rw-r--r-- | python-decode.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-decode.spec b/python-decode.spec index 9ce22c9..1c8efd7 100644 --- a/python-decode.spec +++ b/python-decode.spec @@ -5,7 +5,7 @@ Release: 1 Summary: DESHIMA code for data analysis License: MIT URL: https://github.com/deshima-dev/decode/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/f9/8acb6663cecd673242773d8b1d1c25d0fcefc19cd53efffbbe848c4c8d53/decode-0.7.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fe/f9/8acb6663cecd673242773d8b1d1c25d0fcefc19cd53efffbbe848c4c8d53/decode-0.7.1.tar.gz BuildArch: noarch Requires: python3-astropy @@ -100,20 +100,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 . @@ -126,5 +126,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.1-1 - Package Spec generated |