diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:59:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:59:05 +0000 |
commit | 9b22393b2e88c186cb977f41f16ac1ea9ee4a8ba (patch) | |
tree | 2f5142acb7b0adbcb95877876cc6b67bafd16c15 | |
parent | 252f519cab60b668ec2f39b702d75ed9da43ac21 (diff) |
automatic import of python-rtc-toolsopeneuler20.03
-rw-r--r-- | python-rtc-tools.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-rtc-tools.spec b/python-rtc-tools.spec index 32d0b4e..6f0e2cf 100644 --- a/python-rtc-tools.spec +++ b/python-rtc-tools.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Toolbox for control and optimization of water systems. License: GNU Lesser General Public License v3 (LGPLv3) URL: https://oss.deltares.nl/web/rtc-tools/home -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c6/cf/766789c36a8475670c08cbefd6b107f1c9b8d17d53a7b293eaafaf0c7cf1/rtc-tools-2.5.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c6/cf/766789c36a8475670c08cbefd6b107f1c9b8d17d53a7b293eaafaf0c7cf1/rtc-tools-2.5.1.tar.gz BuildArch: noarch Requires: python3-casadi @@ -61,20 +61,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 . @@ -87,5 +87,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.1-1 - Package Spec generated |