Initial revision
[wumpus.git] / wumpus.spec
1 Summary: faithful transcription of the 1974 Atari Wumpus game
2 Name: wumpus
3 Version: %{myversion}
4 Release: 1
5 License: GPL
6 Group: Games
7 URL: http://www.catb.org/~esr/wumpus/
8 Source0: %{name}-%{version}.tar.gz
9 %undefine __check_files
10
11 %description
12 WUMPUS is a bit of retrocomputing nostalgia.  It is an *exact* clone, even
13 down to the godawful user interface, of an ancient classic game.  This version
14 fixes two minor bugs in my original 1992 USENET posting of the source.  
15 Superhack is a structurally similar game with a different premise.
16
17 %prep
18 %setup -q
19
20 %build
21 make
22
23 %install
24 make install
25
26 %files
27 %defattr(-,root,root,-)
28 %doc README
29 /usr/bin/wumpus
30 /usr/bin/superhack
31 /usr/share/man/man6/wumpus.6
32
33 %changelog
34 * Sun Dec 28 2003 Eric S. Raymond <esr@snark.thyrsus.com> 
35 - Initial build.
36
37