diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:33:42 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:33:42 +0000 |
| commit | 7392ba096235a03b47773bb36a2246165a1e766c (patch) | |
| tree | 960e3e5e4d8b34069d17f31b6554377c48b5f719 | |
| parent | 6988560c946dc19ad931e7380b504ee5cf4169d2 (diff) | |
automatic import of python-hrl-pybullet-envsopeneuler20.03
| -rw-r--r-- | python-hrl-pybullet-envs.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-hrl-pybullet-envs.spec b/python-hrl-pybullet-envs.spec index d1491b6..cab01f5 100644 --- a/python-hrl-pybullet-envs.spec +++ b/python-hrl-pybullet-envs.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Locomotion HRL envs in pybullet License: GNU General Public License v3 or later (GPLv3+) URL: https://github.com/sash-a/hrl_pybullet_envs -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4d/f3/626d039f4e3e48f37e8215fb17976364a103b9a27ad0c3c1b1c841364d85/hrl_pybullet_envs-0.2.37.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4d/f3/626d039f4e3e48f37e8215fb17976364a103b9a27ad0c3c1b1c841364d85/hrl_pybullet_envs-0.2.37.tar.gz BuildArch: noarch @@ -145,7 +145,7 @@ print(f'Achieved total reward of: {tot_rew}') %prep -%autosetup -n hrl-pybullet-envs-0.2.37 +%autosetup -n hrl_pybullet_envs-0.2.37 %build %py3_build @@ -159,20 +159,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 . @@ -185,5 +185,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.37-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.37-1 - Package Spec generated |
