File ember-media.spec of Package ember-media
#
# spec file for package ember-media
#
# Copyright (c) 2014 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: ember-media
Version: 0.7.2.1
Release: 0
Summary: Media files for Ember - a client for Worldforge
License: GPL-2.0
Group: Amusements/Games/RPG
Url: http://www.worldforge.org/dev/eng/clients/ember
Source0: http://downloads.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Prefix: %{_prefix}
%if 0%{?suse_version} > 1030
BuildRequires: fdupes
%endif
Requires: ember
BuildArch: noarch
%description
Media files for Ember. Ember is a client for MMORPGs using the Worldforge system.
It uses the Ogre 3d engine with CEGUI.
%prep
%setup -q -n %{name}-0.7.2
%build
%install
mkdir -p %{buildroot}%{_datadir}/ember
cp -rp * %{buildroot}%{_datadir}/ember/.
%if 0%{?suse_version} > 1030
%fdupes %{buildroot}%{_datadir}
%endif
%files
%defattr(-,root,root)
%{_datadir}/*
%changelog