From 207c035f6f3becd11a6739e4d3f51f9448918a68 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 28 Dec 2003 21:02:01 +0000 Subject: [PATCH] Initial revision --- wumpus.spec | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 wumpus.spec diff --git a/wumpus.spec b/wumpus.spec new file mode 100644 index 0000000..3f82a9a --- /dev/null +++ b/wumpus.spec @@ -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 +- Initial build. + + -- 2.31.1