forked from pool/python-pygame
This commit is contained in:
committed by
Git OBS Bridge
parent
9514629c36
commit
b1ff3a0563
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 21:14:44 CEST 2007 - meissner@suse.de
|
||||
|
||||
- buildrequire SDL_ttf -> SDL_ttf-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 11:32:47 CET 2006 - prusnak@suse.cz
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pygame (Version 1.7.1release)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -11,14 +11,14 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: python-pygame
|
||||
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf python-devel python-numeric xorg-x11
|
||||
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel python-devel python-numeric xorg-x11
|
||||
Version: 1.7.1release
|
||||
Release: 40
|
||||
Release: 105
|
||||
Source: pygame-%{version}.tar.bz2
|
||||
Source1: README.SuSE
|
||||
Patch0: %{name}-%{version}-pep353.diff
|
||||
Summary: A Python Module for Interfacing with the SDL Multimedia Library
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
License: LGPL v2 or later
|
||||
Group: Development/Libraries/Python
|
||||
URL: http://www.pygame.org/
|
||||
Provides: pygame
|
||||
@@ -93,7 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_docdir}/python-pygame/docs
|
||||
%doc %{_docdir}/python-pygame/examples
|
||||
|
||||
%changelog -n python-pygame
|
||||
%changelog
|
||||
* Tue Aug 21 2007 - meissner@suse.de
|
||||
- buildrequire SDL_ttf -> SDL_ttf-devel
|
||||
* Tue Nov 21 2006 - prusnak@suse.cz
|
||||
- changes according to PEP353 (pep353.diff)
|
||||
* Tue Feb 28 2006 - jmatejek@suse.cz
|
||||
|
Reference in New Issue
Block a user