forked from pool/python-pygame
This commit is contained in:
committed by
Git OBS Bridge
parent
9a59e5eb2e
commit
5056d48404
@@ -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.
|
||||
# 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/
|
||||
#
|
||||
|
||||
@@ -13,11 +20,11 @@
|
||||
|
||||
Name: python-pygame
|
||||
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel python-devel python-numeric xorg-x11
|
||||
Version: 1.8.0
|
||||
Release: 19
|
||||
Version: 1.8.1
|
||||
Release: 1
|
||||
Source: pygame-%{version}release.tar.bz2
|
||||
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
|
||||
License: LGPL v2.1 or later
|
||||
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
|
||||
#install doc
|
||||
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
|
||||
|
||||
%clean
|
||||
@@ -87,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(644, root, root, 755)
|
||||
%doc %dir %{_docdir}/python-pygame
|
||||
%doc %{_docdir}/python-pygame/WHATSNEW
|
||||
%doc %{_docdir}/python-pygame/readme.txt
|
||||
%doc %{_docdir}/python-pygame/README.txt
|
||||
%doc %{_docdir}/python-pygame/README.SuSE
|
||||
|
||||
%files doc
|
||||
@@ -96,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_docdir}/python-pygame/examples
|
||||
|
||||
%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
|
||||
- needs fno-strict-aliasing
|
||||
* Thu Apr 03 2008 prusnak@suse.cz
|
||||
|
Reference in New Issue
Block a user