From 3ce8c9a48baa10b939975f8f84f7ad8cbf91ba11 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 05:48:03 +0000 Subject: automatic import of python-mercury-engine-data-structures --- python-mercury-engine-data-structures.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-mercury-engine-data-structures.spec') diff --git a/python-mercury-engine-data-structures.spec b/python-mercury-engine-data-structures.spec index c093583..d32e208 100644 --- a/python-mercury-engine-data-structures.spec +++ b/python-mercury-engine-data-structures.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mercury-engine-data-structures -Version: 0.20.0 +Version: 0.21.0 Release: 1 Summary: Construct file definitions for the Mercury Engine, the in-house game engine from MercurySteam License: MIT License URL: https://pypi.org/project/mercury-engine-data-structures/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/91/9f8b063fe4fd45b51251034b88cefab712be31f746e2ad0cfb8e2df3a85a/mercury-engine-data-structures-0.20.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/85/64/a1c74ffb92d2042ac1b4ec2d2ea0eeeae4118905ee042fdc84d975509c22/mercury-engine-data-structures-0.21.0.tar.gz BuildArch: noarch Requires: python3-construct @@ -131,7 +131,7 @@ Metroid Dread uses the following annotations in text to change color: %prep -%autosetup -n mercury-engine-data-structures-0.20.0 +%autosetup -n mercury-engine-data-structures-0.21.0 %build %py3_build @@ -145,20 +145,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 . @@ -171,5 +171,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot - 0.20.0-1 +* Fri Jun 09 2023 Python_Bot - 0.21.0-1 - Package Spec generated -- cgit v1.2.3