removed requirements for python-numeric [release 2.6.0-2mamba;Sun Sep 01 2024]

This commit is contained in:
Silvan Calarco 2024-09-02 00:48:39 +02:00
parent aba700d777
commit b3ab597a63

View File

@ -1,6 +1,6 @@
Name: python-pygame Name: python-pygame
Version: 2.6.0 Version: 2.6.0
Release: 1mamba Release: 2mamba
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
@ -8,7 +8,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.pygame.org/news URL: https://www.pygame.org/news
Source: https://pypi.debian.net/pygame/pygame-%{version}.tar.gz 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 Patch0: python-pygame-1.9.1-remove-v4l.patch
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -25,10 +24,6 @@ BuildRequires: libsdl2_mixer-devel
BuildRequires: libsdl2_ttf-devel BuildRequires: libsdl2_ttf-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba 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 %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. 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 %prep
%setup -q -n pygame-%{version} %setup -q -n pygame-%{version}
#%patch0 -p1
%build %build
CFLAGS="%{optflags}" %{__python} setup.py build CFLAGS="%{optflags}" %{__python} setup.py build
@ -64,8 +58,6 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "s,.*/man/.*,&.gz," %{name}.filelist sed -i "s,.*/man/.*,&.gz," %{name}.filelist
#--install-headers=%{_includedir}/python/pygame/
rm -f %{buildroot}%{python_sitearch}/pygame/freesansbold.ttf rm -f %{buildroot}%{python_sitearch}/pygame/freesansbold.ttf
ln -s %{_datadir}/fonts/truetype/FreeSansBold.ttf %{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 %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
#%files devel
#%defattr(-,root,root)
#%dir %{_includedir}/python/pygame
#%{_includedir}/python/pygame/*.h
%changelog %changelog
* Sun Sep 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.0-2mamba
- removed requirements for python-numeric
* Tue Jun 25 2024 Automatic Build System <autodist@openmamba.org> 2.6.0-1mamba * Tue Jun 25 2024 Automatic Build System <autodist@openmamba.org> 2.6.0-1mamba
- automatic version update by autodist - automatic version update by autodist