summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 05:48:03 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 05:48:03 +0000
commit3ce8c9a48baa10b939975f8f84f7ad8cbf91ba11 (patch)
treed5316f03de62b16b4b5cf6181ef5740084221222
parent45828946f6043885e298f3009dfaa0329087b952 (diff)
automatic import of python-mercury-engine-data-structuresopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-mercury-engine-data-structures.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 42f67de..466888e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/mercury-engine-data-structures-0.20.0.tar.gz
+/mercury-engine-data-structures-0.21.0.tar.gz
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 <Python_Bot@openeuler.org> - 0.20.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.21.0-1
- Package Spec generated
diff --git a/sources b/sources
index 9d7737b..0a26862 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2622f8fa3bcf86705ba0d044bc96b4a7 mercury-engine-data-structures-0.20.0.tar.gz
+9b8be39d9afb40c7faa9c95f7faca90d mercury-engine-data-structures-0.21.0.tar.gz