Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37519332
en ru br
ALT Linux repos
S:0.11.9-alt2
5.0: 0.11.8-alt2
4.1: 0.11.8-alt1
4.0: 0.11.7-alt1
3.0: 0.11.6.2-alt1

Group :: Games/Arcade
RPM: bomberclone

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: bomberclone
Version: 0.11.9
Release: alt2

Summary: BomberClone is a Puzzle game clone of bomberman
License: GPL
Url: http://bomberclone.sourceforge.net/homepage/
Group: Games/Arcade

Packager: Grigory Ustinov <grenka at altlinux.org>

Source0: %name-%version.tar.gz
Source2: %name.xpm

Patch0: bomberclone-0.11.7-alt-path.patch
Patch1: bomberclone-0.11.9-alt-DSO.patch
Patch2: bomberclone-0.11.9-buffer-overflow-fix.patch

Requires: %name-data = %version

# Automatically added by buildreq on Fri Oct 05 2012

BuildRequires: imake libICE-devel libSDL_image-devel libSDL_mixer-devel libjpeg-devel libpng-devel xorg-cf-files

%description
Clone of bomberman. The goal of the game is to be the last one,
who is alive. You can drop bombs which will explode after a certain
time and destroy everything in horizontal and vertical direction.
So you can remove stones or kill other players. But take care.
Don't kill yourself otherwise the game will be over for you.
During the game you will find differnent powerups to raise your skills.
If you are running faster than your opponent and you have many bombs,
you can catch him within lots of bombs and he has no chance to escape.
Your will get points for every player you have killed. If you win the game,
you can earn additional points depending on how many players played the game.

%package data
Summary: Data files for BomberClone
Group: Games/Arcade
BuildArch: noarch
Conflicts: %name < 0.11.8-alt2

%description data
Clone of bomberman. The goal of the game is to be the last one,
who is alive. You can drop bombs which will explode after a certain
time and destroy everything in horizontal and vertical direction.
So you can remove stones or kill other players. But take care.
Don't kill yourself otherwise the game will be over for you.
During the game you will find differnent powerups to raise your skills.
If you are running faster than your opponent and you have many bombs,
you can catch him within lots of bombs and he has no chance to escape.
Your will get points for every player you have killed. If you win the game,
you can earn additional points depending on how many players played the game.

This is package contains data files for BomberClone.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build
%configure \
   --prefix=%buildroot%prefix \
   --disable-debug \
   --enable-werror=no

%make_build

%install
mkdir -p %buildroot%_gamesdatadir/%name
%makeinstall
install -pD -m644 %SOURCE2 %buildroot%_datadir/pixmaps/%name.xpm

rm -rf %buildroot%_datadir/doc/bomberclone/

mkdir -p %buildroot%_desktopdir
cat > %buildroot%_desktopdir/%{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Type=Application
Name=BomberClone
GenericName=Bomber Clone
Comment=%{summary}
Icon=%{name}
Exec=%name
Terminal=false
Categories=Game;ArcadeGame;
EOF

%files
%doc AUTHORS ChangeLog README TODO
%_bindir/*
%_desktopdir/*

%files data
%_datadir/pixmaps/*
%_gamesdatadir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin