53 lines
1.4 KiB
RPMSpec
53 lines
1.4 KiB
RPMSpec
Name: xblast-data
|
|
Version: 2.10.0
|
|
Release: 3%{?dist}
|
|
Summary: Data files for the game xblast
|
|
Group: Amusements/Games
|
|
License: GPLv2+
|
|
URL: http://xblast.sourceforge.net
|
|
Source0: http://downloads.sourceforge.net/xblast/xblast-complete-sounds-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildArch: noarch
|
|
Requires: xblast-engine >= %{version}
|
|
|
|
%description
|
|
This package contains the data files for XBlast, a multiplayer game where the
|
|
"purpose" is to Blast the other players of the gamefield by laying bombs close
|
|
to them. While at the same time you must avoid being blown up yourself.
|
|
|
|
|
|
%prep
|
|
%setup -q -n xblast-%{version}
|
|
# stop these from getting installed
|
|
rm `find -name Imakefile`
|
|
|
|
|
|
%build
|
|
# nothing to build data only
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/xblast
|
|
cp -a image level sounds $RPM_BUILD_ROOT%{_datadir}/xblast
|
|
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS ChangeLog COPYING README NEWS
|
|
%{_datadir}/xblast
|
|
|
|
|
|
%changelog
|
|
* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 2.10.0-3
|
|
- Update License tag for new Licensing Guidelines compliance
|
|
|
|
* Thu Mar 1 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 2.10.0-2
|
|
- Specify an URL for Source0 (bz 229477)
|
|
|
|
* Thu Feb 8 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 2.10.0-1
|
|
- Initial Fedora Extras package
|