File MysteryHouse.spec of Package MysteryHouse
#
# spec file for package MysteryHouse
#
# Copyright (c) 2022 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: MysteryHouse
URL: http://www.scummvm.org/games
Version: 1.0
Release: 0
Summary: Mystery House
License: SUSE-Freeware
Group: Amusements/Games/Other
Source0: https://downloads.scummvm.org/frs/extras/Mystery%20House/MYSTHOUS.zip
Source1: license.png
Source7: %name
Source8: %name.desktop
Source9: %name.png
BuildRequires: fdupes
BuildRequires: unzip
BuildRequires: update-desktop-files
Requires: scummvm
BuildArch: noarch
%description
Mystery House, the first grphic adventure, was created in 1980 by
Sierra On-Line founders Ken and Roberta Williams, ad released into
the public domain in 1987 to celebrate Sierra's 7th anniversary.
%prep
%build
%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{_sourcedir}/%{name} %{buildroot}/%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
unzip -d %{buildroot}%{_datadir}/%{name} %_sourcedir/MYSTHOUS.zip
cp %_sourcedir/license.png .
mkdir -p %{buildroot}/%{_datadir}/pixmaps/
install -m 644 %{_sourcedir}/%name.png %{buildroot}/%{_datadir}/pixmaps
%suse_update_desktop_file -i %name Game X-SuSE-AdventureGame
%fdupes -s %{buildroot}
%files
%defattr(-,root,root)
%doc license.png
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%name.desktop
%{_datadir}/pixmaps/%name.png
%changelog