From 6b1ca73e695648b9748272f3a716760f1dbb1b33 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 12:54:21 +0000 Subject: automatic import of python-h-mcrllm --- python-h-mcrllm.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python-h-mcrllm.spec b/python-h-mcrllm.spec index 1d04a9d..242ba7a 100644 --- a/python-h-mcrllm.spec +++ b/python-h-mcrllm.spec @@ -5,7 +5,7 @@ Release: 1 Summary: H MCRLLM: Hierarchical Multivariate Curve Resolution by Log-Likelihood Maximization License: MIT License URL: https://pypi.org/project/H-MCRLLM/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/7a/4b013e02261bf14f2a137fe14c4101efc4ac6245cf2d90146f56bac96a5d/H_MCRLLM-0.0.24.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/86/7a/4b013e02261bf14f2a137fe14c4101efc4ac6245cf2d90146f56bac96a5d/H_MCRLLM-0.0.24.tar.gz BuildArch: noarch @@ -70,7 +70,7 @@ XPS dataset of Titanium, Vanadium and Chromium. Please refer to Lavoie et al. (2 %prep -%autosetup -n H-MCRLLM-0.0.24 +%autosetup -n H_MCRLLM-0.0.24 %build %py3_build @@ -84,20 +84,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 . @@ -110,5 +110,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.0.24-1 +* Thu Jun 08 2023 Python_Bot - 0.0.24-1 - Package Spec generated -- cgit v1.2.3