xblast-data/xblast-data.spec

64 lines
1.9 KiB
RPMSpec

Name: xblast-data
Version: 2.10.0
Release: 6%{?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
BuildRequires: convmv
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}
convmv --notest -f ISO_8859-1 -t UTF-8 level/reconstruct*
# 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
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Nov 8 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 2.10.0-4
- Fix some filenames having iso-8859-1 enconding (rh 470527)
* 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