diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:44:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:44:11 +0000 |
commit | 2f92afdbb20980e165855a7091c42cb035a0aa56 (patch) | |
tree | 0beddf4cb9263fdaa08e21d8ecead1878b5a116a | |
parent | 97c0a4b7b9e6b92f4f485af156eb5b2ca99750bc (diff) |
automatic import of python-nleopeneuler20.03
-rw-r--r-- | python-nle.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-nle.spec b/python-nle.spec index 4b4e1aa..9b68710 100644 --- a/python-nle.spec +++ b/python-nle.spec @@ -5,7 +5,7 @@ Release: 1 Summary: The NetHack Learning Environment (NLE): a reinforcement learning environment based on NetHack License: NetHack General Public License URL: https://github.com/facebookresearch/nle -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/4f/af454188d1f16c7023c54dc0c89199c571ccfffe55f0a6a829ec96c62685/nle-0.9.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/12/4f/af454188d1f16c7023c54dc0c89199c571ccfffe55f0a6a829ec96c62685/nle-0.9.0.tar.gz BuildArch: noarch @@ -690,20 +690,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 . @@ -716,5 +716,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.0-1 - Package Spec generated |