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