Name: dink-data Version: 1.08 Release: 1%{?dist} Summary: Adventure and role-playing game (game data) Group: Amusements/Games License: zlib URL: http://www.codedojo.com/ Source0: http://www.codedojo.com/files/dink/dink_108_game_data.zip Source1: dink-data_README.Fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: unzip %description Dink Smallwood is an adventure/role-playing game, similar to Zelda, made by RTsoft. Besides twisted humour, it includes the actual game editor, allowing players to create hundreds of new adventures called Dink Modules or D-Mods for short. This package contains architecture-independent data for the original game (except for non-free sounds). %prep cp -p %SOURCE0 . cp -p %SOURCE1 README.Fedora %build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/usr/share/dink/dink/ unzip -d $RPM_BUILD_ROOT/usr/share/dink/dink/ dink_108_game_data.zip mv $RPM_BUILD_ROOT/usr/share/dink/dink/README.txt %{_builddir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README.txt README.Fedora %{_datadir}/dink/ %changelog * Sat Aug 23 2008 Sylvain Beucler 1.08-1 - Initial package