Initial revision
authorEric S. Raymond <esr@thyrsus.com>
Sun, 28 Dec 2003 21:02:01 +0000 (21:02 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 28 Dec 2003 21:02:01 +0000 (21:02 +0000)
wumpus.spec [new file with mode: 0644]

diff --git a/wumpus.spec b/wumpus.spec
new file mode 100644 (file)
index 0000000..3f82a9a
--- /dev/null
@@ -0,0 +1,37 @@
+Summary: faithful transcription of the 1974 Atari Wumpus game
+Name: wumpus
+Version: %{myversion}
+Release: 1
+License: GPL
+Group: Games
+URL: http://www.catb.org/~esr/wumpus/
+Source0: %{name}-%{version}.tar.gz
+%undefine __check_files
+
+%description
+WUMPUS is a bit of retrocomputing nostalgia.  It is an *exact* clone, even
+down to the godawful user interface, of an ancient classic game.  This version
+fixes two minor bugs in my original 1992 USENET posting of the source.  
+Superhack is a structurally similar game with a different premise.
+
+%prep
+%setup -q
+
+%build
+make
+
+%install
+make install
+
+%files
+%defattr(-,root,root,-)
+%doc README
+/usr/bin/wumpus
+/usr/bin/superhack
+/usr/share/man/man6/wumpus.6
+
+%changelog
+* Sun Dec 28 2003 Eric S. Raymond <esr@snark.thyrsus.com> 
+- Initial build.
+
+