diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:21:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:21:49 +0000 |
commit | e50f1447e6ad348d5db8a0ddef064f2c8b90571d (patch) | |
tree | a3a1e8d2f86d00e8900cf3fd56925bb0298ab1b1 | |
parent | 03115b88b166f3f8cc250cc5583172ed5700d161 (diff) |
automatic import of python-opediaopeneuler20.03
-rw-r--r-- | python-opedia.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-opedia.spec b/python-opedia.spec index 4bc3b06..94c9106 100644 --- a/python-opedia.spec +++ b/python-opedia.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Opedia is an open source database service to integrate, visualize, and analyze ocean datasets such as satellite data, in-situ observations, and model outputs. License: MIT License URL: https://github.com/mdashkezari/opedia/tree/master/pypi -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e3/89/bf87cdc5b6df3e406729fef60babe81b76a7f99a21a0ab8096cdad73c584/opedia-0.2.82.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e3/89/bf87cdc5b6df3e406729fef60babe81b76a7f99a21a0ab8096cdad73c584/opedia-0.2.82.tar.gz BuildArch: noarch @@ -144,20 +144,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 . @@ -170,5 +170,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.82-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.82-1 - Package Spec generated |