summaryrefslogtreecommitdiff
path: root/python-h-mcrllm.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:54:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:54:21 +0000
commit6b1ca73e695648b9748272f3a716760f1dbb1b33 (patch)
tree25cfa3d31149c8c4b286cd9cb3d827c8c42cc952 /python-h-mcrllm.spec
parent6f2c74f52f5c68c173d1e9765c8e1a50fab3d078 (diff)
automatic import of python-h-mcrllmopeneuler20.03
Diffstat (limited to 'python-h-mcrllm.spec')
-rw-r--r--python-h-mcrllm.spec16
1 files 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 <Python_Bot@openeuler.org> - 0.0.24-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.24-1
- Package Spec generated