forked from pool/python-pygame
This commit is contained in:
committed by
Git OBS Bridge
parent
2c12b8c487
commit
9a59e5eb2e
@@ -14,7 +14,7 @@
|
||||
Name: python-pygame
|
||||
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel python-devel python-numeric xorg-x11
|
||||
Version: 1.8.0
|
||||
Release: 1
|
||||
Release: 19
|
||||
Source: pygame-%{version}release.tar.bz2
|
||||
Source1: README.SuSE
|
||||
Patch0: %{name}-%{version}-pep353.diff
|
||||
@@ -69,7 +69,7 @@ Authors:
|
||||
%patch0
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -Wall"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -Wall -fno-strict-aliasing"
|
||||
yes "y" | python -d config.py
|
||||
python setup.py build
|
||||
|
||||
@@ -96,6 +96,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_docdir}/python-pygame/examples
|
||||
|
||||
%changelog
|
||||
* Mon Jun 02 2008 crrodriguez@suse.de
|
||||
- needs fno-strict-aliasing
|
||||
* Thu Apr 03 2008 prusnak@suse.cz
|
||||
- updated to 1.8.0
|
||||
* lots of changes and fixes - see WHATSNEW for details
|
||||
|
Reference in New Issue
Block a user