From d16beaf49aa52d219425edcaaa11e95f162f31bcd54a604231dd499c76566c83 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 2 Nov 2022 12:12:24 +0000 Subject: [PATCH] - 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 --- python-PySDL2.changes | 6 ++++++ python-PySDL2.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-PySDL2.changes b/python-PySDL2.changes index 9dcf893..0948488 100644 --- a/python-PySDL2.changes +++ b/python-PySDL2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 2 12:09:29 UTC 2022 - Daniel Garcia + +- Remove .DS_Store files from sources +- Remove not needed python_module macro definition + ------------------------------------------------------------------- Wed Nov 2 11:58:38 UTC 2022 - Daniel Garcia diff --git a/python-PySDL2.spec b/python-PySDL2.spec index e73de5d..aa88e73 100644 --- a/python-PySDL2.spec +++ b/python-PySDL2.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define X_display ":98" Name: python-PySDL2 Version: 0.9.14 @@ -61,6 +60,7 @@ Python classes and wrappers for common SDL2 functionality. %autosetup -p1 -n PySDL2-%{version} sed -i 's/\r$//' AUTHORS.txt COPYING.txt README.md +find . -name *DS_Store -delete %build %pyproject_wheel