summaryrefslogtreecommitdiff
path: root/python-causal-tree-learn.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:18:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:18:53 +0000
commitf513393e73860f703e292ab967287e9216161358 (patch)
tree4bc98bf7607ef10ee7280785863b638e8a9ed33b /python-causal-tree-learn.spec
parent9634f31f31bedd1c623f841cda81ea510e05db92 (diff)
automatic import of python-causal-tree-learnopeneuler20.03
Diffstat (limited to 'python-causal-tree-learn.spec')
-rw-r--r--python-causal-tree-learn.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-causal-tree-learn.spec b/python-causal-tree-learn.spec
index 1befabd..74d39e2 100644
--- a/python-causal-tree-learn.spec
+++ b/python-causal-tree-learn.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python implementation of causal trees with validation
License: MIT License
URL: https://github.com/edgeslab/CTL
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c8/fd/491e078adb7ce1b32c25340296c9cea51c24aad1443dc6ed0036bf3112ee/causal-tree-learn-2.43.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c8/fd/491e078adb7ce1b32c25340296c9cea51c24aad1443dc6ed0036bf3112ee/causal-tree-learn-2.43.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -162,20 +162,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 .
@@ -188,5 +188,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.43-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.43-1
- Package Spec generated