summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:38:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:38:25 +0000
commitcb0e5ecc27806839b6dc7bb31bab0f293b61294f (patch)
treef3c8b1cf9a4d56f340f1c1a2f70814e1f6aba4df
parent5faa2a0315c3c7b2fe4defa2ac82b17644d87623 (diff)
automatic import of python-ttcrpyopeneuler20.03
-rw-r--r--python-ttcrpy.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-ttcrpy.spec b/python-ttcrpy.spec
index cc1416f..dc74136 100644
--- a/python-ttcrpy.spec
+++ b/python-ttcrpy.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Code to perform raytracing for geophysical applications
License: GNU General Public License v3 or later (GPLv3+)
URL: https://pypi.org/project/ttcrpy/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/ad/ea3a55f22959ad70054d0d7ed5adfb853f190db10b5e9bf3532569548d86/ttcrpy-1.2.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a8/ad/ea3a55f22959ad70054d0d7ed5adfb853f190db10b5e9bf3532569548d86/ttcrpy-1.2.1.tar.gz
%description
@@ -566,20 +566,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 .
@@ -592,5 +592,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.1-1
- Package Spec generated