summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-superdupermetroid.spec24
-rw-r--r--sources2
3 files changed, 11 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 023f2d7..c9c36e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/SuperDuperMetroid-2.3.0.tar.gz
+/SuperDuperMetroid-2.3.2.tar.gz
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
diff --git a/sources b/sources
index 70b4f4f..1ba6102 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3bbb7f9da25647ef9e5045ba2c66c89d SuperDuperMetroid-2.3.0.tar.gz
+ee994e3f5c2b26d25b554e513878e906 SuperDuperMetroid-2.3.2.tar.gz