forked from pool/python-sge-pygame
Accepting request 655871 from home:mnhauke:games
- Update to version 1.5.1 * Made the uniseg dependency optional. * Altered the way fonts are handled. OBS-URL: https://build.opensuse.org/request/show/655871 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sge-pygame?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
d519292c75
commit
35dbad8fc7
@@ -17,18 +17,20 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define major_version 1.5
|
||||
Name: python-sge-pygame
|
||||
Version: 1.5
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: A 2-D game engine for Python
|
||||
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
|
||||
Source: http://download.savannah.gnu.org/releases/stellarengine/%{major_version}/sge-pygame-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pygame >= 1.9.1
|
||||
Requires: python-six >= 1.4.0
|
||||
Requires: python-uniseg
|
||||
BuildRequires: fdupes
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user