rpms/bsd-games/FC-6 bsd-games.spec,1.8,1.9 config.params,1.3,1.4

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Nov 23 00:10:29 UTC 2006


Author: wart

Update of /cvs/extras/rpms/bsd-games/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20742

Modified Files:
	bsd-games.spec config.params 
Log Message:
Drop 'wargames' non-game from the package




Index: bsd-games.spec
===================================================================
RCS file: /cvs/extras/rpms/bsd-games/FC-6/bsd-games.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bsd-games.spec	15 Oct 2006 05:17:22 -0000	1.8
+++ bsd-games.spec	23 Nov 2006 00:09:59 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Collection of text-based games
 Name: bsd-games
 Version: 2.17
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: BSD
 Group: Amusements/Games
 URL: ftp://metalab.unc.edu/pub/Linux/games/
@@ -21,7 +21,7 @@
 # Add patches for man page renames
 Patch8: bsd-games-2.17-monop-rename.patch
 Patch9: bsd-games-2.17-banner-rename.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: ncurses-devel libtermcap-devel words flex bison
 Requires(Pre): /usr/sbin/groupadd
 
@@ -30,7 +30,7 @@
 bcd, caesar, canfield, cfscores, cribbage, go-fish, gomoku,
 hunt, mille, mpoly, morse, number, phantasia, pig, pom, ppt, primes,
 quiz, rain, random, robots, rot13, sail, snake, snscore, teachgammon,
-tetris-bsd, trek, wargames, worm, worms and wump.
+tetris-bsd, trek, worm, worms and wump.
 
 %prep
 %setup -q
@@ -134,7 +134,6 @@
 %attr(2755,root,games) %{_bindir}/tetris-bsd
 %{_bindir}/trek
 %{_bindir}/vert-banner
-%{_bindir}/wargames
 %{_bindir}/worm
 %{_bindir}/worms
 %{_bindir}/wtf
@@ -161,6 +160,9 @@
 %doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me
 
 %changelog
+* Wed Nov 22 2006 Wart <wart at kobold.org> 2.17-16
+- Drop the useless game 'wargames'
+
 * Sat Oct 14 2006 Wart <wart at kobold.org> 2.17-15
 - Reintroduce the 'banner' program as 'vert-banner' (BZ #209018)
 
@@ -241,7 +243,7 @@
 - kill countmail, no longer require frm from elm
 
 * Mon Jun 5 2000 Tim Powers <timp at redhat.com>
-- fixed man page location to be in %{_mandir}
+- fixed man page location to be in %%{_mandir}
 - fixed so that regular users can build
 
 * Fri May 5 2000 Tim Powers <timp at redhat.com>
@@ -258,7 +260,7 @@
 - updated source to 2.8
 - fixed problem with ospeed being defined in the source instead of including
 	termcap.h (new ospeed patch)
-- using files list in %files section instead of entering
+- using files list in %%files section instead of entering
 	_every_single_filename_.
 
 * Sat Aug 21 1999 Bill Nottingham <notting at redhat.com>


Index: config.params
===================================================================
RCS file: /cvs/extras/rpms/bsd-games/FC-6/config.params,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config.params	15 Oct 2006 05:17:22 -0000	1.3
+++ config.params	23 Nov 2006 00:09:59 -0000	1.4
@@ -7,7 +7,7 @@
 
 bsd_games_cfg_non_interactive=y
 bsd_games_cfg_install_prefix=@DESTDIR@
-bsd_games_cfg_no_build_dirs="countmail dm factor fortune"
+bsd_games_cfg_no_build_dirs="countmail dm factor fortune wargames"
 bsd_games_cfg_gamesdir=@bindir@
 bsd_games_cfg_sbindir=@sbindir@
 bsd_games_cfg_libexecdir=@libdir@




More information about the scm-commits mailing list