summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:09:38 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:09:38 +0000
commit6444766d74240e01389b03094a927a921aa0e7c6 (patch)
treebd82c92ed47d2ae59b7573de30f35cc0e5f52d9f
parent78845ea8f2c15ebe6b208f16b03ccb5d6433212b (diff)
automatic import of python-forthonopeneuler20.03
-rw-r--r--python-forthon.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-forthon.spec b/python-forthon.spec
index 93774ea..814acd4 100644
--- a/python-forthon.spec
+++ b/python-forthon.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Fortran95 wrapper/code development package
License: BSD-3-Clause-LLNL
URL: http://hifweb.lbl.gov/Forthon
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/94/5d4535dbba9919625b9ce419cc1ff1d755f5d4e32d38ac1cd3a107a09388/Forthon-0.10.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a1/94/5d4535dbba9919625b9ce419cc1ff1d755f5d4e32d38ac1cd3a107a09388/Forthon-0.10.1.tar.gz
BuildArch: noarch
@@ -66,20 +66,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 .
@@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1
- Package Spec generated