diff --git a/python-sge-pygame.changes b/python-sge-pygame.changes index f381b61..6b59bec 100644 --- a/python-sge-pygame.changes +++ b/python-sge-pygame.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 26 15:01:55 UTC 2018 - jengelh@inai.de + +- Trim bias from description, add a few mentions of what "details" + SGE takes care of. + ------------------------------------------------------------------- Sat Jul 21 21:33:19 UTC 2018 - mardnh@gmx.de diff --git a/python-sge-pygame.spec b/python-sge-pygame.spec index ebac42b..1cf39ee 100644 --- a/python-sge-pygame.spec +++ b/python-sge-pygame.spec @@ -13,19 +13,20 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sge-pygame Version: 1.5 Release: 0 -License: LGPL-3.0+ Summary: A 2-D game engine for Python -Url: http://stellarengine.nongnu.org +License: LGPL-3.0-or-later Group: Development/Languages/Python +Url: http://stellarengine.nongnu.org Source: https://files.pythonhosted.org/packages/source/s/sge-pygame/sge-pygame-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros Requires: python-pygame >= 1.9.1 Requires: python-six >= 1.4.0 BuildRequires: fdupes @@ -33,10 +34,9 @@ BuildArch: noarch %python_subpackages %description -The SGE Game Engine ("SGE", pronounced like "Sage") is a general-purpose -2-D game engine. It takes care of several details for you so you can -focus on the game itself. This makes more rapid game development -possible, and it also makes the SGE easy to learn. +The SGE Game Engine is a general-purpose 2-D game engine. It takes +care of several details, such as window size management, collision +detection, parallax scrolling, image transformation. This implementation of the SGE uses Pygame as a backend.