File galaxis.spec of Package galaxis
#
# spec file for package galaxis
#
# Copyright (c) 2015 SUSE LINUX 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: galaxis
Version: 1.9
Release: 0
Summary: Clone of the nifty little Macintosh game
License: BSD-3-Clause
Group: Amusements/Games/Strategy/Turn Based
Url: http://www.catb.org/~esr/galaxis/
Source0: http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}.desktop
# PATCH-FIX-UPSTREAM - galaxis-Makefile.patch -- Fix paths and installation
Patch0: %{name}-Makefile.patch
# PATCH-FIX-UPSTREAM - galaxis-superhack.c.patch -- Fix bad C++ code
Patch1: %{name}-galaxis.c.patch
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%endif
BuildRequires: ncurses-devel
BuildRequires: libncurses6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GALAXIS for UNIX
Lifeboats from a crippled interstellar liner are adrift in a starfield.
To find them, you can place probes that look in all eight compass
directions and tell you how many lifeboats they see. If you drop a probe
directly on a lifeboat it will be revealed immediately. Your objective:
find the lifeboats as quickly as possible, before the stranded passengers
run out of oxygen!
This is a UNIX-hosted, curses-based clone of the nifty little Macintosh
freeware game Galaxis. It doesn't have the super-simple, point-and-click
interface of the original, but compensates by automating away some of
the game's simpler deductions.
%prep
%setup -q -n %{name}-
%patch0
%patch1
cp -af %{S:1} .
%build
make %{?_smp_mflags} CFLAGS="%{optflags}"
%install
%make_install
%if 0%{?suse_version}
%suse_update_desktop_file %{name}
%endif
%files
%defattr(-,root,root,-)
%doc COPYING NEWS README
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6%{ext_man}
%dir %{_datadir}/appdata
%{_datadir}/appdata/%{name}.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%changelog