File worminator-data.spec of Package worminator-data
#
# spec file for package worminator-data
#
# 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: worminator-data
Version: 3.0R2.1
Release: 0
Summary: Data for Worminator
License: GPL-2.0+
Group: Amusements/Games/Arcade
Url: http://sourceforge.net/projects/worminator/
Source0: http://download.sourceforge.net/worminator/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Data for Worminator, a game where you play as The Worminator and fight your
way through many levels of madness and mayhem. Worminator features nine unique
weapons, visible character damage, full screen scrolling, sound and music, and
much more!
%install
mkdir -p %{buildroot}%{_datadir}/worminator
tar -xzf %{SOURCE0} -C %{buildroot}%{_datadir}/worminator
rm %{buildroot}%{_datadir}/worminator/ICON.ICO
%files
%defattr(-,root,root)
%{_datadir}/worminator
%changelog