File clanbomber.spec of Package clanbomber
#
# spec file for package clanbomber
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: clanbomber
Version: 2.1.1
Release: 0
Summary: A Bomberman or Dynablaster Clone
License: GPL-2.0-or-later
Group: Amusements/Games/Action/Arcade
URL: https://savannah.nongnu.org/projects/clanbomber
Source: https://dl.sv.gnu.org/releases/clanbomber/clanbomber-%{version}.tar.lzma
Source1: %{name}.desktop
Source2: %{name}.png
# PATCH-FIX-OPENSUSE clanbomber-1.05-destdir.patch
Patch0: %{name}-%{version}-destdir.patch
# PATCH-FIX-OPENSUSE clanbomber-1.05-includes.patch
Patch1: %{name}-%{version}-includes.patch
# PATCH-FIX-OPENSUSE clanbomber-1.05-make.patch
Patch2: clanbomber-1.05-make.patch
# PATCH-FIX-UPSTREAM fix-conversion.patch -- https://sourceforge.net/p/clanbomber/bugs/8/
Patch3: fix-conversion.patch
Patch4: pkgconfig.patch
BuildRequires: asio-devel
BuildRequires: gcc-c++
BuildRequires: guile-devel
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_system-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(SDL_image)
BuildRequires: pkgconfig(SDL_mixer)
BuildRequires: pkgconfig(SDL_gfx)
%description
ClanBomber is a very nice Bomberman-like and Dynablaster-like game. It
has multiplayer support (8 players), but no network support yet.
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%files
%changelog