summaryrefslogtreecommitdiff
path: root/python-gym-contin.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:06:24 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:06:24 +0000
commitec0081833632c3693abd48478cec3b07e3c47a0c (patch)
tree0bc4f6f3a84e16bfa307fb395fa3a442fc940ce4 /python-gym-contin.spec
parent75fe73b8dcb6b26c174a2be1a9bb187d02591173 (diff)
automatic import of python-gym-continopeneuler20.03
Diffstat (limited to 'python-gym-contin.spec')
-rw-r--r--python-gym-contin.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-gym-contin.spec b/python-gym-contin.spec
index 9aab351..a5c0f99 100644
--- a/python-gym-contin.spec
+++ b/python-gym-contin.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A OpenAI Gym Env for continuous actions
License: MIT
URL: https://pypi.org/project/gym-contin/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/f9/4e01859a5d158f2bd94de2dcedecf801aa7095d8af2494179fca39fc5ee1/gym_contin-1.5.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/db/f9/4e01859a5d158f2bd94de2dcedecf801aa7095d8af2494179fca39fc5ee1/gym_contin-1.5.0.tar.gz
BuildArch: noarch
Requires: python3-gym
@@ -149,7 +149,7 @@ The agent:
%prep
-%autosetup -n gym-contin-1.5.0
+%autosetup -n gym_contin-1.5.0
%build
%py3_build
@@ -163,20 +163,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 .
@@ -189,5 +189,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1
- Package Spec generated