diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-foundry-smb3.spec | 82 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 84 insertions, 0 deletions
@@ -0,0 +1 @@ +/foundry_smb3-0.6.1.post1.tar.gz diff --git a/python-foundry-smb3.spec b/python-foundry-smb3.spec new file mode 100644 index 0000000..dcb0d70 --- /dev/null +++ b/python-foundry-smb3.spec @@ -0,0 +1,82 @@ +%global _empty_manifest_terminate_build 0 +Name: python-foundry-smb3 +Version: 0.6.1.post1 +Release: 1 +Summary: The future of SMB3 +License: GPL3 +URL: https://github.com/TheJoeSmo/Foundry +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2b/a2/48c797a85b1b71e6682f82d1054ca566b8bf3fd5eb75cc000baca9362cd9/foundry_smb3-0.6.1.post1.tar.gz +BuildArch: noarch + +Requires: python3-PySide6 +Requires: python3-attrs +Requires: python3-pydantic +Requires: python3-qt-material +Requires: python3-single-source +Requires: python3-dill +Requires: python3-six +Requires: python3-nest-asyncio +Requires: python3-numpy +Requires: python3-func-timeout + +%description +Foundry is the all-in-one editor for modifying copies of the North American release of [SMB3](https://en.wikipedia.org/wiki/Super_Mario_Bros._3). We seek to streamline the game development processes to ensure that the nostalgic memories of [Power Glove](https://en.wikipedia.org/wiki/Power_Glove), [Nintendo Power](https://en.wikipedia.org/wiki/Nintendo_Power), and goomba stomping can be accessed and modified by all. We want to put the power into our favorite game and you the super player! + +%package -n python3-foundry-smb3 +Summary: The future of SMB3 +Provides: python-foundry-smb3 +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-foundry-smb3 +Foundry is the all-in-one editor for modifying copies of the North American release of [SMB3](https://en.wikipedia.org/wiki/Super_Mario_Bros._3). We seek to streamline the game development processes to ensure that the nostalgic memories of [Power Glove](https://en.wikipedia.org/wiki/Power_Glove), [Nintendo Power](https://en.wikipedia.org/wiki/Nintendo_Power), and goomba stomping can be accessed and modified by all. We want to put the power into our favorite game and you the super player! + +%package help +Summary: Development documents and examples for foundry-smb3 +Provides: python3-foundry-smb3-doc +%description help +Foundry is the all-in-one editor for modifying copies of the North American release of [SMB3](https://en.wikipedia.org/wiki/Super_Mario_Bros._3). We seek to streamline the game development processes to ensure that the nostalgic memories of [Power Glove](https://en.wikipedia.org/wiki/Power_Glove), [Nintendo Power](https://en.wikipedia.org/wiki/Nintendo_Power), and goomba stomping can be accessed and modified by all. We want to put the power into our favorite game and you the super player! + +%prep +%autosetup -n foundry-smb3-0.6.1.post1 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +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 +fi +if [ -d usr/lib64 ]; then + 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 +fi +if [ -d usr/sbin ]; then + 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 +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-foundry-smb3 -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1.post1-1 +- Package Spec generated @@ -0,0 +1 @@ +dcc15ad675dc393420bb55eadfc038fb foundry_smb3-0.6.1.post1.tar.gz |
