update to 1.9.6 [release 1.9.6-1mamba;Sun Aug 18 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 16:25:29 +01:00
parent 74506511e0
commit 4580c72f63

View File

@ -1,13 +1,13 @@
Name: python-pygame
Version: 1.9.1
Release: 4mamba
Version: 1.9.6
Release: 1mamba
Summary: A set of Python modules designed for writing games
Group: Development/Libraries/Python
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://pygame.org/
Source: http://pygame.org/ftp/pygame-%{version}release.tar.gz
Source: http://pygame.org/ftp/pygame-%{version}.tar.gz
Patch0: python-pygame-1.9.1-remove-v4l.patch
License: LGPL
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@ -43,8 +43,8 @@ Pygame is a set of Python modules designed for writing games.
This package contains static libraries and header files need for development.
%prep
%setup -q -n pygame-%{version}release
%patch0 -p1
%setup -q -n pygame-%{version}
#%patch0 -p1
%build
%{__python} setup.py build << _EOF
@ -70,7 +70,8 @@ ln -s %{_datadir}/fonts/truetype/FreeSansBold.ttf %{buildroot}%{python_sitearch}
%defattr(-,root,root)
%dir %{python_sitearch}/pygame/
%{python_sitearch}/pygame/*
%{python_sitearch}/pygame-%{version}release-py*.egg-info
%dir %{python_sitearch}/pygame-%{version}-py*.egg-info
%{python_sitearch}/pygame-%{version}-py*.egg-info/*
#%doc WHATSNEW README.txt
%files devel
@ -79,6 +80,9 @@ ln -s %{_datadir}/fonts/truetype/FreeSansBold.ttf %{buildroot}%{python_sitearch}
%{_includedir}/python/pygame/*.h
%changelog
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.6-1mamba
- update to 1.9.6
* Thu May 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.1-4mamba
- python 2.7 mass rebuild