summaryrefslogtreecommitdiff
path: root/python-dream-tools.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:10:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:10:57 +0000
commit63f1c99af137660aa34e061cdbb916b737dcab14 (patch)
treebf88fad345241d35fd2bc7bc4e451d48ec43562a /python-dream-tools.spec
parentb1ca8ab8e8fa63d77f5f1161da2fbdc02b3b8a06 (diff)
automatic import of python-dream-toolsopeneuler20.03
Diffstat (limited to 'python-dream-tools.spec')
-rw-r--r--python-dream-tools.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-dream-tools.spec b/python-dream-tools.spec
index 8b81f8a..f5be140 100644
--- a/python-dream-tools.spec
+++ b/python-dream-tools.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A collection of tools used by the Danish institute for economic modelling and forecasting, DREAM (http://dreammodel.dk).
License: MIT License
URL: https://github.com/MartinBonde/dream-tools
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/5f/ba4c48df11d839f48e9c221aa2140ba3ac855fec73cdf5e7ff6fb72bc4ad/dream-tools-2.1.5.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a8/5f/ba4c48df11d839f48e9c221aa2140ba3ac855fec73cdf5e7ff6fb72bc4ad/dream-tools-2.1.5.tar.gz
BuildArch: noarch
Requires: python3-pandas
@@ -96,20 +96,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 .
@@ -122,5 +122,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.5-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.5-1
- Package Spec generated