summaryrefslogtreecommitdiff
path: root/python-orbit-ml.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:59:14 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:59:14 +0000
commit1158b629b6491d2ef78247f4a0050582fbe64627 (patch)
tree5df70bf59aed80a67081fe982c1120cae4e8fc83 /python-orbit-ml.spec
parent333714358f39f1da268266052871eb64bd2afbd0 (diff)
automatic import of python-orbit-mlopeneuler20.03
Diffstat (limited to 'python-orbit-ml.spec')
-rw-r--r--python-orbit-ml.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-orbit-ml.spec b/python-orbit-ml.spec
index d389d1a..d3886b1 100644
--- a/python-orbit-ml.spec
+++ b/python-orbit-ml.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Orbit is a package for Bayesian time series modeling and inference.
License: Apache License 2.0
URL: https://orbit-ml.readthedocs.io/en/stable/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/60/7ca25baa64042fa2ca90df4f4769d05f89dd9120b5497d34c1e5ae329d72/orbit-ml-1.1.4.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/14/60/7ca25baa64042fa2ca90df4f4769d05f89dd9120b5497d34c1e5ae329d72/orbit-ml-1.1.4.2.tar.gz
BuildArch: noarch
@@ -453,20 +453,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 .
@@ -479,5 +479,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.4.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.4.2-1
- Package Spec generated