diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:09:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:09:25 +0000 |
commit | 583956f1e3ba0ab37b6dc563f891debf6288aa7c (patch) | |
tree | 73fcfa9c956f0ab6504758ae2f69369e88739d98 | |
parent | ad20b8c38360c481f41c3b28be06db85d09615a2 (diff) |
automatic import of python-adptc-libopeneuler20.03
-rw-r--r-- | python-adptc-lib.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-adptc-lib.spec b/python-adptc-lib.spec index f56a248..e5ea653 100644 --- a/python-adptc-lib.spec +++ b/python-adptc-lib.spec @@ -5,7 +5,7 @@ Release: 1 Summary: 自适应密度峰值树聚类(Adaptive Density Peak Tree Clustering) License: MIT License URL: https://pypi.org/project/ADPTC-LIB/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0d/20/58fd440c18463dc9bb222d4e6af39b8fd11fb91768230058407e2674e9f8/ADPTC_LIB-0.0.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/0d/20/58fd440c18463dc9bb222d4e6af39b8fd11fb91768230058407e2674e9f8/ADPTC_LIB-0.0.7.tar.gz BuildArch: noarch @@ -328,7 +328,7 @@ visual.show_result_3d(reduced,spre,[70, 140, 15, 50],[0,12],21)  %prep -%autosetup -n ADPTC-LIB-0.0.7 +%autosetup -n ADPTC_LIB-0.0.7 %build %py3_build @@ -342,20 +342,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 . @@ -368,5 +368,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.7-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.7-1 - Package Spec generated |