forked from pool/blockout
Autom. run _services, my minions!
OBS-URL: https://build.opensuse.org/package/show/games/blockout?expand=0&rev=2
This commit is contained in:
parent
0e6c8cc9ea
commit
32a5c83774
@ -1,22 +1,45 @@
|
||||
#
|
||||
# spec file for package blockout
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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 http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: blockout
|
||||
Version: 2.4
|
||||
Release: 1
|
||||
Release: 0
|
||||
Summary: A free clone of the original BlockOut DOS game
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Networking/System
|
||||
License: GPL v2
|
||||
Url: http://blockout.net/
|
||||
|
||||
Source: bl24-src-linux-i586.tar.xz
|
||||
Patch1: automake.diff
|
||||
Patch2: compilefixes.diff
|
||||
Patch3: bl2home.diff
|
||||
Patch1: automake.diff
|
||||
Patch2: compilefixes.diff
|
||||
Patch3: bl2home.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gcc-c++ pkgconfig(sdl) pkgconfig(SDL_mixer) xz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(SDL_mixer)
|
||||
BuildRequires: pkgconfig(sdl)
|
||||
%if 0%{?suse_version} >= 1220
|
||||
BuildRequires: pkgconfig(libpng15)
|
||||
BuildRequires: pkgconfig(libpng15)
|
||||
%else
|
||||
BuildRequires: pkgconfig(libpng14)
|
||||
BuildRequires: pkgconfig(libpng14)
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user