diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:50:35 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:50:35 +0000 |
| commit | 262bddbbf18f4387fa103ce2f513bd1f200b0a1f (patch) | |
| tree | ccda3cea848da9cc9eb3178c45f93a845f317cc3 | |
| parent | b908b0a3d9aadec37c52d350b85a0e43951e2dd4 (diff) | |
automatic import of python-nowcasting-utilsopeneuler20.03
| -rw-r--r-- | python-nowcasting-utils.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-nowcasting-utils.spec b/python-nowcasting-utils.spec index 2880920..272486c 100644 --- a/python-nowcasting-utils.spec +++ b/python-nowcasting-utils.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Nowcasting Utilities License: MIT URL: https://github.com/openclimatefix/nowcasting_utils -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6a/52/f5ae1a5f8a2d4dfe7cc15c7aaea3a2df759ecafeb34ea0671043f83cdbac/nowcasting_utils-0.0.42.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6a/52/f5ae1a5f8a2d4dfe7cc15c7aaea3a2df759ecafeb34ea0671043f83cdbac/nowcasting_utils-0.0.42.tar.gz BuildArch: noarch Requires: python3-huggingface-hub @@ -142,7 +142,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ %prep -%autosetup -n nowcasting-utils-0.0.42 +%autosetup -n nowcasting_utils-0.0.42 %build %py3_build @@ -156,20 +156,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 . @@ -182,5 +182,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.42-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.42-1 - Package Spec generated |
