summaryrefslogtreecommitdiff
path: root/python-keras-rl2.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:20:50 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:20:50 +0000
commit6631b9dd671ca6a2f920ad1349afd2d7ba53f869 (patch)
tree45b18ada789cf33a47ca0b1a334639e4c21df396 /python-keras-rl2.spec
parenta43e432551dff36793e84ee8a960d1b4a3b4bed6 (diff)
automatic import of python-keras-rl2openeuler20.03
Diffstat (limited to 'python-keras-rl2.spec')
-rw-r--r--python-keras-rl2.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-keras-rl2.spec b/python-keras-rl2.spec
index b2565c1..10abf1d 100644
--- a/python-keras-rl2.spec
+++ b/python-keras-rl2.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Deep Reinforcement Learning for Tensorflow 2 Keras
License: MIT
URL: https://github.com/wau/keras-rl2
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/0a/7e980f921a51cd75a8cf887fa3ac6a7e3f3b2bc22f45549e90cfaba37ed0/keras-rl2-1.0.5.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a1/0a/7e980f921a51cd75a8cf887fa3ac6a7e3f3b2bc22f45549e90cfaba37ed0/keras-rl2-1.0.5.tar.gz
BuildArch: noarch
Requires: python3-tensorflow
@@ -44,20 +44,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 .
@@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.5-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.5-1
- Package Spec generated