update to 2.212 [release 2.212-1mamba;Wed Jul 24 2024]

This commit is contained in:
Silvan Calarco 2024-07-26 09:16:14 +02:00
parent cb6c8cdd6b
commit ce7ece8e2d

View File

@ -1,24 +1,24 @@
%define pkgver %(echo %version | tr _ -) %define pkgver %(echo %version | tr _ -)
Name: frozen-bubble Name: frozen-bubble
Version: 2.2.1_beta1 Version: 2.212
Release: 3mamba Release: 1mamba
Summary: Frozen Bubble arcade game Summary: Frozen Bubble arcade game
Group: Graphical Desktop/Applications/Games Group: Graphical Desktop/Applications/Games
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.frozen-bubble.org/ URL: http://www.frozen-bubble.org/
Source0: http://www.frozen-bubble.org/data/frozen-bubble-%{pkgver}.tar.bz2 Source0: http://archive.ubuntu.com/ubuntu/pool/universe/f/frozen-bubble/frozen-bubble_%{version}.orig.tar.gz
Source1: %{name}-desktop Source1: %{name}-desktop
Patch0: frozen-bubble-2.2.1_beta1-glibc-2.37.patch Patch0: frozen-bubble-2.2.1_beta1-glibc-2.37.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libSDL-devel
BuildRequires: libSDL_Pango-devel BuildRequires: libSDL_Pango-devel
BuildRequires: libSDL_mixer-devel BuildRequires: libSDL_mixer-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libperl BuildRequires: libperl
BuildRequires: libsdl12-compat-devel
BuildRequires: perl-Alien-SDL BuildRequires: perl-Alien-SDL
BuildRequires: perl-File-ShareDir BuildRequires: perl-File-ShareDir
BuildRequires: perl-File-Which BuildRequires: perl-File-Which
@ -36,9 +36,10 @@ Requires: perl-SDL >= 2.546
%description %description
Colorful 3D rendered penguin animations, 100 levels of 1p game, hours and hours of 2p game, nights and nights of 2p/3p/4p/5p game over LAN or Internet, a level-editor, 3 professional quality digital soundtracks, 15 stereo sound effects, 8 unique graphical transition effects, 8 unique logo eye-candies. Colorful 3D rendered penguin animations, 100 levels of 1p game, hours and hours of 2p game, nights and nights of 2p/3p/4p/5p game over LAN or Internet, a level-editor, 3 professional quality digital soundtracks, 15 stereo sound effects, 8 unique graphical transition effects, 8 unique logo eye-candies.
%debug_package
%prep %prep
%setup -q -n %{name}-%{pkgver} %setup -q -n Games-FrozenBubble-%{version}
%patch0 -p1 -b .glibc-2.37
sed -e 's|-Werror||' -i inc/My/Builder.pm sed -e 's|-Werror||' -i inc/My/Builder.pm
@ -112,6 +113,9 @@ exit 0
#README #README
%changelog %changelog
* Wed Jul 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.212-1mamba
- update to 2.212
* Wed Apr 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1_beta1-3mamba * Wed Apr 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1_beta1-3mamba
- rebuilt with perl 5.36.0 - rebuilt with perl 5.36.0