diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:57:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:57:00 +0000 |
commit | f6a6f7aa02c12c8049eda2369a282458dc758da7 (patch) | |
tree | e4fadbba66138dd1dabdfebbce3e5f6db7e68ca4 | |
parent | e2997823193fa11cc3b65af52b6ac5c669cb5ffc (diff) |
automatic import of python-mllyticsopeneuler20.03
-rw-r--r-- | python-mllytics.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-mllytics.spec b/python-mllytics.spec index 4b06e15..6a2c945 100644 --- a/python-mllytics.spec +++ b/python-mllytics.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A library of tools for easier evaluation of ML models. License: MIT URL: https://github.com/scottclay/MLLytics -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5f/f2/5a26529eb02ab005060644781f7f6b28717cc1f16e5c62cbe3a95bfd0fbc/MLLytics-0.2.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5f/f2/5a26529eb02ab005060644781f7f6b28717cc1f16e5c62cbe3a95bfd0fbc/MLLytics-0.2.2.tar.gz BuildArch: noarch Requires: python3-numpy @@ -182,20 +182,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 . @@ -208,5 +208,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1 - Package Spec generated |