Be explicit about shipping to freshmeat.
[wumpus.git] / wumpus.spec
index cd11a1a364b6ee703811dc206513c05ace1c1b34..a0879bcef79578b029198cd311ef84a89b48a0b0 100644 (file)
@@ -1,12 +1,13 @@
 Summary: faithful transcription of the 1974 Atari Wumpus game
 Name: wumpus
-Version: 1.3
+Version: 1.4
 Release: 1
-License: GPL
+License: BSD
 Group: Games
 URL: http://www.catb.org/~esr/wumpus/
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-root
+#Destinations: freshmeat
 
 %description
 WUMPUS is a bit of retrocomputing nostalgia.  It is an *exact* clone, even
@@ -39,6 +40,10 @@ cp wumpus.6 "$RPM_BUILD_ROOT"/usr/share/man/man6/
 %{_mandir}/man6/wumpus.6*
 
 %changelog
+* Thu Oct 21 2010 Eric S. Raymond <esr@snark.thyrsus.com> 1.4
+- Ported to modern C.
+- License changed to BSD.
+
 * Sun Dec 28 2003 Sean Reifschneider <jafo-rpms@tummy.com> 1.3
 - Changing the .spec file so that it installs under a build-root.
 - Changes so that the RPM can be built as a non-root user.