diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:48:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:48:31 +0000 |
commit | 0920133d7e6e25461b21896348c80b47204256a1 (patch) | |
tree | b8494ab20c4d73fb35165f6b1139172fea676557 | |
parent | 15276c6c41d791d071249e81dca90b6488ee7815 (diff) |
automatic import of python-kipoi-utilsopeneuler20.03
-rw-r--r-- | python-kipoi-utils.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-kipoi-utils.spec b/python-kipoi-utils.spec index 436e116..bb48e15 100644 --- a/python-kipoi-utils.spec +++ b/python-kipoi-utils.spec @@ -5,7 +5,7 @@ Release: 1 Summary: kipoi-utils: utils used in various packages related to kipoi License: MIT license URL: https://github.com/kipoi/kipoi-utils -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d9/e7/5c11e221026ec3240c35027c021323ddc478dec37e0e54b355226ef15fa7/kipoi_utils-0.7.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d9/e7/5c11e221026ec3240c35027c021323ddc478dec37e0e54b355226ef15fa7/kipoi_utils-0.7.7.tar.gz BuildArch: noarch Requires: python3-pandas @@ -44,7 +44,7 @@ kipoi-utils: utils used in various packages related to kipoi %prep -%autosetup -n kipoi-utils-0.7.7 +%autosetup -n kipoi_utils-0.7.7 %build %py3_build @@ -58,20 +58,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 . @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.7-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.7-1 - Package Spec generated |