summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 05:06:40 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 05:06:40 +0000
commit4d10012f49439433cb190a61be993afa2fd2e420 (patch)
treef49a47bc099882ba029478857a6eb75f4778b2de
parentd20d2f5625bf25672ae9d8a09031bed1ed418c89 (diff)
automatic import of python-eccodes-pythonopeneuler20.03
-rw-r--r--python-eccodes-python.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-eccodes-python.spec b/python-eccodes-python.spec
index dcfc883..42fa06a 100644
--- a/python-eccodes-python.spec
+++ b/python-eccodes-python.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python interface to the ecCodes GRIB and BUFR decoder/encoder
License: Apache License Version 2.0
URL: https://github.com/ecmwf/eccodes-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/5d/c2e7a9df93c46668f98eb28b137b82d1fa2620427a0e3e8e1e7f7002480b/eccodes-python-0.9.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7a/5d/c2e7a9df93c46668f98eb28b137b82d1fa2620427a0e3e8e1e7f7002480b/eccodes-python-0.9.9.tar.gz
BuildArch: noarch
Requires: python3-attrs
@@ -60,20 +60,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 .
@@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.9-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.9-1
- Package Spec generated