From c1f7d3ccc6b17fbe6e582548978f7a2adaf78879 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 11:10:02 +0000 Subject: automatic import of python-open-spiel --- python-open-spiel.spec | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'python-open-spiel.spec') diff --git a/python-open-spiel.spec b/python-open-spiel.spec index e0d4f22..c48edbd 100644 --- a/python-open-spiel.spec +++ b/python-open-spiel.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-open-spiel -Version: 1.2 +Version: 1.3 Release: 1 Summary: A Framework for Reinforcement Learning in Games License: Apache 2.0 URL: https://github.com/deepmind/open_spiel -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/fa/b850c0b6c67643e12839deaa65a9775fcdd88eab747e0311e1a13aee0a89/open_spiel-1.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/68/b408ada0202d52238d07e0de52de1098ac65c1ff25ddbf5c0da02318d3b2/open_spiel-1.3.tar.gz BuildArch: noarch Requires: python3-pip @@ -101,8 +101,6 @@ We use [Semantic Versioning](https://semver.org/). - - %package -n python3-open-spiel Summary: A Framework for Reinforcement Learning in Games Provides: python-open-spiel @@ -196,8 +194,6 @@ We use [Semantic Versioning](https://semver.org/). - - %package help Summary: Development documents and examples for open-spiel Provides: python3-open-spiel-doc @@ -288,10 +284,8 @@ We use [Semantic Versioning](https://semver.org/). - - %prep -%autosetup -n open-spiel-1.2 +%autosetup -n open_spiel-1.3 %build %py3_build @@ -305,20 +299,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 . @@ -331,5 +325,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 1.2-1 +* Thu Jun 08 2023 Python_Bot - 1.3-1 - Package Spec generated -- cgit v1.2.3