summaryrefslogtreecommitdiff
path: root/python-superdupermetroid.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:06:09 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:06:09 +0000
commitec3941a113c07938d84ed11da24e3f11dc55e928 (patch)
tree200c54f284ee1640dc9e04db14cbd429dd64e58d /python-superdupermetroid.spec
parent24df1297c0f3ffe1dece2abb7eadaf8dac25402b (diff)
automatic import of python-superdupermetroidopeneuler20.03
Diffstat (limited to 'python-superdupermetroid.spec')
-rw-r--r--python-superdupermetroid.spec24
1 files changed, 9 insertions, 15 deletions
diff --git a/python-superdupermetroid.spec b/python-superdupermetroid.spec
index 24c487a..4532769 100644
--- a/python-superdupermetroid.spec
+++ b/python-superdupermetroid.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-SuperDuperMetroid
-Version: 2.3.0
+Version: 2.3.2
Release: 1
Summary: A Super Metroid patching utility
License: MIT License
URL: https://github.com/SolventMercury/Super-Duper-Metroid
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cd/07/93bf8bd165329b50e887650cb7466d99636055652948e65b63cbab69d612/SuperDuperMetroid-2.3.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/61/0c/aeb3f051da8fd18265073253c3c0a3f946ad1b463a986b4d99c82af108eb/SuperDuperMetroid-2.3.2.tar.gz
%description
@@ -37,8 +37,6 @@ Smiley and Flo wrote the Cheap Charge IPS patch.
Total, Fusda, and Leodox were responsible for most of the other IPS patches.
-
-
%package -n python3-SuperDuperMetroid
Summary: A Super Metroid patching utility
Provides: python-SuperDuperMetroid
@@ -77,8 +75,6 @@ Smiley and Flo wrote the Cheap Charge IPS patch.
Total, Fusda, and Leodox were responsible for most of the other IPS patches.
-
-
%package help
Summary: Development documents and examples for SuperDuperMetroid
Provides: python3-SuperDuperMetroid-doc
@@ -111,10 +107,8 @@ Smiley and Flo wrote the Cheap Charge IPS patch.
Total, Fusda, and Leodox were responsible for most of the other IPS patches.
-
-
%prep
-%autosetup -n SuperDuperMetroid-2.3.0
+%autosetup -n SuperDuperMetroid-2.3.2
%build
%py3_build
@@ -128,20 +122,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 .
@@ -154,5 +148,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.2-1
- Package Spec generated