diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:33:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:33:03 +0000 |
commit | 8445cc592a526e7278e301a8b294a968f222a46e (patch) | |
tree | 1ad6ad33a528fac9a98411f6bf19731d573bb2f5 | |
parent | c57c07a9db85e573ce22b97f63bd2cec8d15bb4b (diff) |
automatic import of python-adlinear-devopeneuler20.03
-rw-r--r-- | python-adlinear-dev.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-adlinear-dev.spec b/python-adlinear-dev.spec index 34c9e9a..cf8ad69 100644 --- a/python-adlinear-dev.spec +++ b/python-adlinear-dev.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Utility functions to manipulate data matrices License: GNU General Public License v3 (GPLv3) URL: https://github.com/Advestis/adlinear -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a2/4f/ed155201d380d10cc02452d858a8d82c5a7b2a13a2f7a7a6e5b17b3dfccd/adlinear_dev-1.0.409.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a2/4f/ed155201d380d10cc02452d858a8d82c5a7b2a13a2f7a7a6e5b17b3dfccd/adlinear_dev-1.0.409.tar.gz BuildArch: noarch @@ -37,7 +37,7 @@ Utility functions to manipulate data matrices Wrapper classes around sklearn.PCA (Scikit-Learn), nmtf.NMF and nmtf.NTF (Paul Fogel) %prep -%autosetup -n adlinear-dev-1.0.409 +%autosetup -n adlinear_dev-1.0.409 %build %py3_build @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.409-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.409-1 - Package Spec generated |