summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 21:21:39 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 21:21:39 +0000
commit36f385090f218851672c55b0da07afced0f04d95 (patch)
treeb209b2dba6d4b5b62738c3cdfc142fc515afd7b1
parenta4d378cccb694b75e8058360c201b0e25ffaeac5 (diff)
automatic import of python-pyipmaopeneuler20.03
-rw-r--r--python-pyipma.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyipma.spec b/python-pyipma.spec
index 22df504..bbcc362 100644
--- a/python-pyipma.spec
+++ b/python-pyipma.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python library to retrieve information from Instituto Português do Mar e Atmosfera.
License: MIT License
URL: https://github.com/dgomes/pyipma
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/a3/7baa7f0301751b574fb251407c54581fc41c206fc5521bb2ed367b5934b7/pyipma-3.0.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/db/a3/7baa7f0301751b574fb251407c54581fc41c206fc5521bb2ed367b5934b7/pyipma-3.0.6.tar.gz
BuildArch: noarch
@@ -255,20 +255,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 .
@@ -281,5 +281,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.6-1
- Package Spec generated