diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:37:37 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:37:37 +0000 |
commit | f06241ac5d12adba800f1b668762c1b44f8fc540 (patch) | |
tree | b69a9ee21fcf4c07e2f04e98288684ea491de9bb | |
parent | 27ccd910752cc80f0d3b2cd5311fa453300b3602 (diff) |
automatic import of python-automl-alexopeneuler20.03
-rw-r--r-- | python-automl-alex.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-automl-alex.spec b/python-automl-alex.spec index 63e84e1..53f7cd6 100644 --- a/python-automl-alex.spec +++ b/python-automl-alex.spec @@ -5,7 +5,7 @@ Release: 1 Summary: State-of-the art Automated Machine Learning python library for Tabular Data License: MIT URL: https://pypi.org/project/automl-alex/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4e/be/345d3d0a44e7ee8e9432c049a1b7663ecf84923f4babc4465b37d5a0f24c/automl-alex-2023.3.11.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4e/be/345d3d0a44e7ee8e9432c049a1b7663ecf84923f4babc4465b37d5a0f24c/automl-alex-2023.3.11.tar.gz BuildArch: noarch Requires: python3-numpy @@ -368,20 +368,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 . @@ -394,5 +394,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.11-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.11-1 - Package Spec generated |