summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:50:10 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:50:10 +0000
commit52f1566ccfc39d48b222f2f79d04b6bc0d009032 (patch)
tree87c08055a1de71dd2e4611029e6d1d0d586c75a4
parentf9e79d3648439c10b585a21a9aa115d0720fcd82 (diff)
automatic import of python-pyrlprobopeneuler20.03
-rw-r--r--python-pyrlprob.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyrlprob.spec b/python-pyrlprob.spec
index 8066a3f..d19bf73 100644
--- a/python-pyrlprob.spec
+++ b/python-pyrlprob.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Train Gym-derived environments in Python/C++ through Ray RLlib
License: MIT License
URL: https://github.com/LorenzoFederici/pyrlprob
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/87/90/b863fca4ffb5ea8dc8de9c8c27c15ff85488fa9c146413ea2a77659189cf/pyrlprob-2.0.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/87/90/b863fca4ffb5ea8dc8de9c8c27c15ff85488fa9c146413ea2a77659189cf/pyrlprob-2.0.3.tar.gz
BuildArch: noarch
@@ -186,20 +186,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 .
@@ -212,5 +212,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.3-1
- Package Spec generated