From 583956f1e3ba0ab37b6dc563f891debf6288aa7c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 03:09:25 +0000 Subject: automatic import of python-adptc-lib --- python-adptc-lib.spec | 16 ++++++++-------- 1 file 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) ![image-20210412095947596](https://cdn.jsdelivr.net/gh/SuilandCoder/PicStorage//img/image-20210412095947596.png) %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 - 0.0.7-1 +* Fri Jun 09 2023 Python_Bot - 0.0.7-1 - Package Spec generated -- cgit v1.2.3