
%define name trotd
%define version 0.3
%define release 1
%define prefix /usr
Summary : This is The Rise Of The Damned - a text rpg-like game
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Vendor: Boubouline Software
Packager: Okki <crow@planete.net>
URL: http://okki.lefute.com
Group: Amusements/Games
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
This game is under development and it is distributed for the world to see it and send me ideas, opinions, bug information and any kind of help so that I will be releasing the final version soon enough. It is not yet playable, you can just wander around in the game's world and meet a couple of lifeforms:)

%prep

%setup

%build

%install

%clean

%files
%defattr (-,root,root)
%doc CHANGELOG COPYING GAMEMAPS README TODO
/usr/games/trotd

%changelog

* Thu Jun 1 2000 Georges Seguin crow@planete.net 
- First RPM
