17
0

Compare commits

2 Commits

2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 6 04:19:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 11 17:27:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Tue Oct 11 17:27:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-xsge_tiled # spec file for package python-xsge_tiled
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2025 SUSE LLC
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de> # Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,6 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1 %define skip_python36 1
Name: python-xsge_tiled Name: python-xsge_tiled
Version: 2.0 Version: 2.0
@@ -27,7 +26,9 @@ License: GPL-3.0-or-later
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://python-sge.github.io URL: https://python-sge.github.io
Source: https://files.pythonhosted.org/packages/source/x/xsge_tiled/xsge_tiled-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/x/xsge_tiled/xsge_tiled-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-sge-pygame >= 1.0 Requires: python-sge-pygame >= 1.0
@@ -52,10 +53,10 @@ Tiled Map Editor. This allows you to use Tiled to edit your games world
%setup -q -n xsge_tiled-%{version} %setup -q -n xsge_tiled-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check