File 1oom.spec of Package 1oom
#
# spec file for package 1oom
#
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# 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: 1oom
Version: 1.0
Release: 0
Summary: A Master of Orion (1993) game engine recreation
License: GPL-2.0-only
Group: Amusements/Games/Strategy/Turn Based
URL: https://kilgoretroutmaskreplicant.gitlab.io/plain-html/
#Git-Clone: https://gitlab.com/KilgoreTroutMaskReplicant/1oom.git
Source: https://gitlab.com/KilgoreTroutMaskReplicant/1oom/uploads/13d2d645650929c6f7f08be356b62f66/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: pkgconfig(SDL2_mixer)
BuildRequires: pkgconfig(SDL_mixer)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(samplerate)
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(sdl2)
Recommends: fluid-soundfont-gm
%description
A Master of Orion (1993) game engine recreation.
1oom requires a copy of the Master of Orion (v1.3) LBX files.
%prep
%setup -q
%build
%configure \
--disable-hwalleg4
make %{?_smp_mflags}
%install
%make_install
%files
%license COPYING
%doc AUTHORS NEWS PHILOSOPHY README doc/*.txt
%{_bindir}/1oom_classic_sdl1
%{_bindir}/1oom_classic_sdl2
%{_bindir}/1oom_cmdline
%{_bindir}/1oom_gfxconv
%{_bindir}/1oom_lbxedit
%{_bindir}/1oom_lbxview_sdl1
%{_bindir}/1oom_lbxview_sdl2
%{_bindir}/1oom_pbxdump
%{_bindir}/1oom_pbxmake
%{_bindir}/1oom_saveconv
%changelog