File nogravity-data.spec of Package nogravity-data
#
# spec file for package nogravity-data
#
# Copyright (c) 2013 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: nogravity-data
Version: 2.00
Release: 0
Summary: Data files for No Gravity
License: GPL-2.0
Group: Amusements/Games/Action/Arcade
Url: http://www.realtech-vr.com/nogravity/
Source0: http://downloads.sourceforge.net/nogravity/rt-%{name}.zip
BuildRequires: unzip
# So that we get removed together with nogravity itself
Requires: nogravity >= %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Data files (audio, maps, etc) for No Gravity.
%prep
%setup -q -c
sed -i 's/\r//g' GNU.TXT
%build
# nothing to build data only
%install
install -D -m 644 NOGRAVITY.RMX %{buildroot}%{_datadir}/nogravity/NOGRAVITY.RMX
%files
%defattr(-,root,root,-)
%doc GNU.TXT
%{_datadir}/nogravity/
%changelog