forked from pool/python-PySDL2
- Remove .DS_Store files from sources
- Remove not needed python_module macro definition OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySDL2?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 2 12:09:29 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Remove .DS_Store files from sources
|
||||||
|
- Remove not needed python_module macro definition
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 2 11:58:38 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
Wed Nov 2 11:58:38 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define X_display ":98"
|
%define X_display ":98"
|
||||||
Name: python-PySDL2
|
Name: python-PySDL2
|
||||||
Version: 0.9.14
|
Version: 0.9.14
|
||||||
@@ -61,6 +60,7 @@ Python classes and wrappers for common SDL2 functionality.
|
|||||||
%autosetup -p1 -n PySDL2-%{version}
|
%autosetup -p1 -n PySDL2-%{version}
|
||||||
|
|
||||||
sed -i 's/\r$//' AUTHORS.txt COPYING.txt README.md
|
sed -i 's/\r$//' AUTHORS.txt COPYING.txt README.md
|
||||||
|
find . -name *DS_Store -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
Reference in New Issue
Block a user