14
0
forked from pool/python-pygame
OBS User unknown
2008-09-13 10:06:18 +00:00
committed by Git OBS Bridge
parent 9a59e5eb2e
commit 5056d48404
4 changed files with 27 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2016c9b5b1d7d18fc134f5984bf519e28564b3d0c4cf9b57451669e0cf86e8d
size 1300028

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da8e5ddfc3f4b8f5624115798b2c263df87b76a617c0baa5730ee368b3155b79
size 1523643

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 12 14:20:01 CEST 2008 - matejcik@suse.cz
- update to 1.8.1
* lots of changes and fixes - see WHATSNEW for details
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 2 01:41:13 CEST 2008 - crrodriguez@suse.de Mon Jun 2 01:41:13 CEST 2008 - crrodriguez@suse.de

View File

@@ -1,10 +1,17 @@
# #
# spec file for package python-pygame (Version 1.8.0) # spec file for package python-pygame (Version 1.8.1)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 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.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@@ -13,11 +20,11 @@
Name: python-pygame Name: python-pygame
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel python-devel python-numeric xorg-x11 BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel python-devel python-numeric xorg-x11
Version: 1.8.0 Version: 1.8.1
Release: 19 Release: 1
Source: pygame-%{version}release.tar.bz2 Source: pygame-%{version}release.tar.bz2
Source1: README.SuSE Source1: README.SuSE
Patch0: %{name}-%{version}-pep353.diff Patch0: %{name}-1.8.0-pep353.diff
Summary: A Python Module for Interfacing with the SDL Multimedia Library Summary: A Python Module for Interfacing with the SDL Multimedia Library
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: Development/Libraries/Python Group: Development/Libraries/Python
@@ -77,7 +84,7 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
#install doc #install doc
install -d $RPM_BUILD_ROOT%{_docdir}/python-pygame install -d $RPM_BUILD_ROOT%{_docdir}/python-pygame
install -m 644 WHATSNEW readme.txt %{S:1} $RPM_BUILD_ROOT%{_docdir}/python-pygame install -m 644 WHATSNEW README.txt %{S:1} $RPM_BUILD_ROOT%{_docdir}/python-pygame
cp -r docs/ examples/ $RPM_BUILD_ROOT%{_docdir}/python-pygame cp -r docs/ examples/ $RPM_BUILD_ROOT%{_docdir}/python-pygame
%clean %clean
@@ -87,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644, root, root, 755) %defattr(644, root, root, 755)
%doc %dir %{_docdir}/python-pygame %doc %dir %{_docdir}/python-pygame
%doc %{_docdir}/python-pygame/WHATSNEW %doc %{_docdir}/python-pygame/WHATSNEW
%doc %{_docdir}/python-pygame/readme.txt %doc %{_docdir}/python-pygame/README.txt
%doc %{_docdir}/python-pygame/README.SuSE %doc %{_docdir}/python-pygame/README.SuSE
%files doc %files doc
@@ -96,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/python-pygame/examples %doc %{_docdir}/python-pygame/examples
%changelog %changelog
* Fri Sep 12 2008 matejcik@suse.cz
- update to 1.8.1
* lots of changes and fixes - see WHATSNEW for details
* Mon Jun 02 2008 crrodriguez@suse.de * Mon Jun 02 2008 crrodriguez@suse.de
- needs fno-strict-aliasing - needs fno-strict-aliasing
* Thu Apr 03 2008 prusnak@suse.cz * Thu Apr 03 2008 prusnak@suse.cz