--- /dev/null
+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.
+
+