diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:46:20 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:46:20 +0000 |
| commit | f9f5d3cd5420e07d6f380a9da9d564970965de54 (patch) | |
| tree | 25e77680c46d1226d1ec3876ce095cc2c97bb1c0 | |
| parent | 4fc17048f0d47503803f197e909eb7788b3fbd64 (diff) | |
automatic import of python-da-dapperopeneuler20.03
| -rw-r--r-- | python-da-dapper.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-da-dapper.spec b/python-da-dapper.spec index 9ffaf65..1900ea6 100644 --- a/python-da-dapper.spec +++ b/python-da-dapper.spec @@ -5,7 +5,7 @@ Release: 1 Summary: DAPPER benchmarks the performance of data assimilation (DA) methods. License: MIT License URL: https://pypi.org/project/DA-DAPPER/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/8d/9c77acdc7fe0d01142527ea421665c382346e69523df7012a9d8e8c2d422/DA-DAPPER-1.2.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7c/8d/9c77acdc7fe0d01142527ea421665c382346e69523df7012a9d8e8c2d422/DA-DAPPER-1.2.2.tar.gz BuildArch: noarch Requires: python3-scipy @@ -105,20 +105,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 . @@ -131,5 +131,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 - Package Spec generated |
