diff --git a/python-pygame.spec b/python-pygame.spec index ced2b70..7f72336 100644 --- a/python-pygame.spec +++ b/python-pygame.spec @@ -1,6 +1,6 @@ Name: python-pygame Version: 2.6.0 -Release: 1mamba +Release: 2mamba Summary: A set of Python modules designed for writing games Group: Development/Libraries/Python Vendor: openmamba @@ -8,7 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://www.pygame.org/news Source: https://pypi.debian.net/pygame/pygame-%{version}.tar.gz -#Source: http://pygame.org/ftp/pygame-%{version}.tar.gz Patch0: python-pygame-1.9.1-remove-v4l.patch License: LGPL ## AUTOBUILDREQ-BEGIN @@ -25,10 +24,6 @@ BuildRequires: libsdl2_mixer-devel BuildRequires: libsdl2_ttf-devel ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba -BuildRequires: python-numeric-devel -Requires: python >= 2.3.4 -Requires: python-numeric >= 23.6 -Requires: ttf-freefont %description Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system. @@ -48,7 +43,6 @@ This package contains static libraries and header files need for development. %prep %setup -q -n pygame-%{version} -#%patch0 -p1 %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -64,8 +58,6 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "s,.*/man/.*,&.gz," %{name}.filelist -#--install-headers=%{_includedir}/python/pygame/ - rm -f %{buildroot}%{python_sitearch}/pygame/freesansbold.ttf ln -s %{_datadir}/fonts/truetype/FreeSansBold.ttf %{buildroot}%{python_sitearch}/pygame/freesansbold.ttf @@ -75,12 +67,10 @@ ln -s %{_datadir}/fonts/truetype/FreeSansBold.ttf %{buildroot}%{python_sitearch} %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -#%files devel -#%defattr(-,root,root) -#%dir %{_includedir}/python/pygame -#%{_includedir}/python/pygame/*.h - %changelog +* Sun Sep 01 2024 Silvan Calarco 2.6.0-2mamba +- removed requirements for python-numeric + * Tue Jun 25 2024 Automatic Build System 2.6.0-1mamba - automatic version update by autodist