Michael Thomas cc5a4cd
Summary: Collection of text-based games
Michael Thomas cc5a4cd
Name: bsd-games
Michael Thomas cc5a4cd
Version: 2.17
Michael Thomas 928501e
Release: 19%{?dist}
Michael Thomas cc5a4cd
License: BSD
Michael Thomas cc5a4cd
Group: Amusements/Games
Michael Thomas cc5a4cd
URL: ftp://metalab.unc.edu/pub/Linux/games/
Michael Thomas cc5a4cd
Source0: ftp://metalab.unc.edu/pub/Linux/games/bsd-games-%{version}.tar.gz
Michael Thomas cc5a4cd
Source1: config.params
Michael Thomas cc5a4cd
# A collection of patches from Debian.
Michael Thomas cc5a4cd
Patch0: bsd-games-2.17-debian.patch
Michael Thomas cc5a4cd
# Patches from Fedora Core 1
Michael Thomas cc5a4cd
Patch1: bsd-games-2.17-ospeed.patch
Michael Thomas cc5a4cd
Patch2: bsd-games-2.17-getline.patch
Michael Thomas cc5a4cd
Patch3: bsd-games-2.17-utmpstruct.patch
Michael Thomas cc5a4cd
# Additional new patches
Michael Thomas cc5a4cd
Patch4: bsd-games-2.17-setresgid.patch
Michael Thomas cc5a4cd
Patch5: bsd-games-2.17-tetrisgid.patch
Michael Thomas cc5a4cd
Patch6: bsd-games-2.17-hackgid.patch
Michael Thomas cc5a4cd
Patch7: bsd-games-2.17-phantasiagid.patch
Michael Thomas e9c5ada
# Add patches for man page renames
Michael Thomas 4283ffc
Patch8: bsd-games-2.17-monop-rename.patch
Michael Thomas e9c5ada
Patch9: bsd-games-2.17-banner-rename.patch
Michael Thomas ac743be
Patch10: bsd-games-2.17-stdio-c++.patch
Michael Thomas 7b00001
Patch11: bsd-games-2.17-nolibtermcap.patch
Michael Thomas 928501e
Patch12: bsd-games-2.17-tetris-rename.patch
Michael Thomas cc5a4cd
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Michael Thomas 7b00001
BuildRequires: ncurses-devel words flex bison
Michael Thomas cc5a4cd
Requires(Pre): /usr/sbin/groupadd
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
%description
Michael Thomas cc5a4cd
Bsd-games includes adventure, arithmetic, atc, backgammon, battlestar,
Michael Thomas cc5a4cd
bcd, caesar, canfield, cfscores, cribbage, go-fish, gomoku,
Michael Thomas 4283ffc
hunt, mille, mpoly, morse, number, phantasia, pig, pom, ppt, primes,
Michael Thomas cc5a4cd
quiz, rain, random, robots, rot13, sail, snake, snscore, teachgammon,
Michael Thomas 928501e
bsd-fbg, trek, worm, worms and wump.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
%prep
Michael Thomas cc5a4cd
%setup -q
Michael Thomas cc5a4cd
install -p -m 755 %{SOURCE1} .
Michael Thomas cc5a4cd
%patch0 -p1 -b .debian
Michael Thomas cc5a4cd
%patch1 -p1 -b .ospeed
Michael Thomas cc5a4cd
%patch2 -p1 -b .getline
Michael Thomas cc5a4cd
%patch3 -p1 -b .utmpstruct
Michael Thomas cc5a4cd
%patch4 -p1 -b .setresgid
Michael Thomas cc5a4cd
%patch5 -p1 -b .tetrisgid
Michael Thomas cc5a4cd
%patch6 -p1 -b .hackgid
Michael Thomas cc5a4cd
%patch7 -p1 -b .phantasiagid
Michael Thomas 4283ffc
%patch8 -p1 -b .monop.rename
Michael Thomas e9c5ada
%patch9 -p0 -b .banner.rename
Michael Thomas ac743be
%patch10 -p0 -b .cplusplus
Michael Thomas 7b00001
%patch11 -p0 -b .nolibtermcap
Michael Thomas 928501e
%patch12 -p0 -b .tetris.rename
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
%build
Michael Thomas cc5a4cd
# We include a templatized configuration settings file to set
Michael Thomas cc5a4cd
# reasonable defaults, and to tell the configure script not to
Michael Thomas cc5a4cd
# run in interactive mode.
Michael Thomas cc5a4cd
sed -i.bak -e "s#@DESTDIR@#$RPM_BUILD_ROOT#" \
Michael Thomas cc5a4cd
    -e "s#@bindir@#%{_bindir}#" \
Michael Thomas cc5a4cd
    -e "s#@docdir@#%{_docdir}#" \
Michael Thomas cc5a4cd
    -e "s#@sbindir@#%{_sbindir}#" \
Michael Thomas cc5a4cd
    -e "s#@datadir@#%{_datadir}#" \
Michael Thomas cc5a4cd
    -e "s#@libdir@#%{_libdir}#" \
Michael Thomas cc5a4cd
    -e "s#@mandir@#%{_mandir}#" \
Michael Thomas cc5a4cd
    -e "s#@var@#%{_var}#" \
Michael Thomas cc5a4cd
    -e "s#@RPM_OPT_FLAGS@#$RPM_OPT_FLAGS#" \
Michael Thomas cc5a4cd
    config.params 
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
# Don't use %%configure.  This configure script wasn't generated by
Michael Thomas cc5a4cd
# autoconf and doesn't obey things like --prefix.
Michael Thomas cc5a4cd
./configure
Michael Thomas cc5a4cd
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %{?_smp_mflags}
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
# Rename one doc file to avoid naming collisions
Michael Thomas cc5a4cd
cp hunt/README README.hunt
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
%install
Michael Thomas cc5a4cd
rm -rf $RPM_BUILD_ROOT
Michael Thomas cc5a4cd
make RPM_BUILD_ROOT="$RPM_BUILD_ROOT" install
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
# Change the binary name for monop to prevent a conflict with the mono-devel
Michael Thomas cc5a4cd
# package
Michael Thomas cc5a4cd
mv $RPM_BUILD_ROOT/%{_bindir}/monop $RPM_BUILD_ROOT/%{_bindir}/mpoly
Michael Thomas 4283ffc
mv $RPM_BUILD_ROOT/%{_mandir}/man6/monop.6.gz $RPM_BUILD_ROOT/%{_mandir}/man6/mpoly.6.gz
Michael Thomas cc5a4cd
Michael Thomas e9c5ada
# Change the binary name for banner to prevent a conflict with a Fedora
Michael Thomas e9c5ada
# package with the same name
Michael Thomas e9c5ada
mv $RPM_BUILD_ROOT/%{_bindir}/banner $RPM_BUILD_ROOT/%{_bindir}/vert-banner
Michael Thomas e9c5ada
mv $RPM_BUILD_ROOT/%{_mandir}/man6/banner.6.gz $RPM_BUILD_ROOT/%{_mandir}/man6/vert-banner.6.gz
Michael Thomas e9c5ada
Michael Thomas 928501e
# Change the binary name for tetris to prevent a conflict with the mono-devel
Michael Thomas 928501e
# package
Michael Thomas 928501e
mv $RPM_BUILD_ROOT/%{_bindir}/tetris-bsd $RPM_BUILD_ROOT/%{_bindir}/bsd-fbg
Michael Thomas 928501e
Michael Thomas cc5a4cd
# Remove this doc file.  We're copying it to a different location for Fedora.
Michael Thomas cc5a4cd
rm -f $RPM_BUILD_ROOT/%{_docdir}/trek.me
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
%clean
Michael Thomas cc5a4cd
rm -rf $RPM_BUILD_ROOT
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
%pre
Michael Thomas cc5a4cd
%{_sbindir}/groupadd gamehack &>/dev/null || :
Michael Thomas cc5a4cd
%{_sbindir}/groupadd gamesail &>/dev/null || :
Michael Thomas cc5a4cd
%{_sbindir}/groupadd gamephant &>/dev/null || :
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
%files
Michael Thomas cc5a4cd
%defattr(-,root,root)
Michael Thomas cc5a4cd
%{_bindir}/adventure
Michael Thomas cc5a4cd
%{_bindir}/arithmetic
Michael Thomas cc5a4cd
%attr(2755,root,games) %{_bindir}/atc
Michael Thomas cc5a4cd
%{_bindir}/backgammon
Michael Thomas cc5a4cd
%{_bindir}/teachgammon
Michael Thomas cc5a4cd
%attr(2755,root,games) %{_bindir}/battlestar
Michael Thomas cc5a4cd
%{_bindir}/boggle
Michael Thomas cc5a4cd
%{_bindir}/bcd
Michael Thomas cc5a4cd
%{_bindir}/caesar
Michael Thomas cc5a4cd
%{_bindir}/dab
Michael Thomas cc5a4cd
%{_bindir}/rot13
Michael Thomas cc5a4cd
%attr(2755,root,games) %{_bindir}/canfield
Michael Thomas cc5a4cd
%{_bindir}/cfscores
Michael Thomas cc5a4cd
%attr(2755,root,games) %{_bindir}/cribbage
Michael Thomas cc5a4cd
%{_bindir}/go-fish
Michael Thomas cc5a4cd
%{_bindir}/gomoku
Michael Thomas cc5a4cd
%attr(2755,root,gamehack) %{_bindir}/hack
Michael Thomas cc5a4cd
%{_bindir}/hangman
Michael Thomas cc5a4cd
%{_bindir}/hunt
Michael Thomas cc5a4cd
%{_bindir}/mille
Michael Thomas cc5a4cd
%{_bindir}/mpoly
Michael Thomas cc5a4cd
%{_bindir}/morse
Michael Thomas cc5a4cd
%{_bindir}/number
Michael Thomas cc5a4cd
%attr(2755,root,gamephant) %{_bindir}/phantasia
Michael Thomas cc5a4cd
%{_bindir}/pig
Michael Thomas cc5a4cd
%{_bindir}/pom
Michael Thomas cc5a4cd
%{_bindir}/ppt
Michael Thomas cc5a4cd
%{_bindir}/primes
Michael Thomas cc5a4cd
%{_bindir}/quiz
Michael Thomas cc5a4cd
%{_bindir}/rain
Michael Thomas cc5a4cd
%{_bindir}/random
Michael Thomas cc5a4cd
%attr(2755,root,games) %{_bindir}/robots
Michael Thomas cc5a4cd
%attr(2755,root,gamesail) %{_bindir}/sail
Michael Thomas cc5a4cd
%attr(2755,root,games) %{_bindir}/snake
Michael Thomas cc5a4cd
%{_bindir}/snscore
Michael Thomas 928501e
%attr(2755,root,games) %{_bindir}/bsd-fbg
Michael Thomas cc5a4cd
%{_bindir}/trek
Michael Thomas e9c5ada
%{_bindir}/vert-banner
Michael Thomas cc5a4cd
%{_bindir}/worm
Michael Thomas cc5a4cd
%{_bindir}/worms
Michael Thomas cc5a4cd
%{_bindir}/wtf
Michael Thomas cc5a4cd
%{_bindir}/wump
Michael Thomas cd6cdd7
%{_datadir}/%{name}
Michael Thomas cc5a4cd
%{_datadir}/misc/acronyms
Michael Thomas cc5a4cd
%{_datadir}/misc/acronyms.comp
Michael Thomas cc5a4cd
%{_mandir}/man6/*
Michael Thomas cc5a4cd
%{_sbindir}/huntd
Michael Thomas cd6cdd7
%config %attr(664,root,games) %{_var}/games/atc_score
Michael Thomas cd6cdd7
%config %attr(664,root,games) %{_var}/games/battlestar.log
Michael Thomas cd6cdd7
%config %attr(664,root,games) %{_var}/games/cfscores
Michael Thomas cd6cdd7
%config %attr(664,root,games) %{_var}/games/criblog
Michael Thomas cc5a4cd
%dir %attr(0775,root,gamehack) %{_var}/games/hack
Michael Thomas cd6cdd7
%config %attr(664,root,gamehack) %{_var}/games/hack/*
Michael Thomas cc5a4cd
%dir %attr(775,root,gamephant) %{_var}/games/phantasia
Michael Thomas cd6cdd7
%config %attr(664,root,gamephant) %{_var}/games/phantasia/*
Michael Thomas cc5a4cd
%dir %attr(775,root,gamesail) %{_var}/games/sail
Michael Thomas cd6cdd7
%config %attr(644,root,games) %{_var}/games/robots_roll
Michael Thomas cd6cdd7
%config %attr(664,root,gamesail) %{_var}/games/saillog
Michael Thomas cd6cdd7
%config %attr(664,root,games) %{_var}/games/snake.log
Michael Thomas cd6cdd7
%config %attr(664,root,games) %{_var}/games/snakerawscores
Michael Thomas 928501e
%config %attr(664,root,games) %{_var}/games/bsd-fbg.scores
Michael Thomas cc5a4cd
%doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
%changelog
Michael Thomas 928501e
* Mon Apr 30 2007 Wart <wart@kobold.org> 2.17-19
Michael Thomas 928501e
- Rename tetris to avoid legal quandries
Michael Thomas 928501e
Michael Thomas 7b00001
* Tue Mar 6 2007 Wart <wart@kobold.org> 2.17-18
Michael Thomas 7b00001
- Remove BR: libtermcap-devel
Michael Thomas 7b00001
- Change includes of <termcap.h> to <ncurses/termcap.h>
Michael Thomas 7b00001
Michael Thomas ac743be
* Tue Jan 30 2007 Wart <wart@kobold.org> 2.17-17
Michael Thomas ac743be
- Patch to add extern "C" block to prevent c++ compiler error.
Michael Thomas ac743be
Michael Thomas ae70aed
* Sat Nov 18 2006 Wart <wart@kobold.org> 2.17-16
Michael Thomas ae70aed
- Drop the useless game 'wargames'
Michael Thomas ae70aed
Michael Thomas e9c5ada
* Sat Oct 14 2006 Wart <wart@kobold.org> 2.17-15
Michael Thomas e9c5ada
- Reintroduce the 'banner' program as 'vert-banner' (BZ #209018)
Michael Thomas e9c5ada
Michael Thomas 0367603
* Mon Aug 28 2006 Wart <wart@kobold.org> 2.17-14
Michael Thomas 0367603
- Rebuild for Fedora Extras
Michael Thomas 0367603
Michael Thomas 261fc41
* Wed May 31 2006 Wart <wart@kobold.org> 2.17-13
Michael Thomas 261fc41
- Added missing BR: bison
Michael Thomas 261fc41
Michael Thomas 4283ffc
* Wed May 31 2006 Wart <wart@kobold.org> 2.17-12
Michael Thomas 4283ffc
- Added missing BR: flex
Michael Thomas 4283ffc
Michael Thomas 4283ffc
* Tue May 2 2006 Wart <wart@kobold.org> 2.17-11
Michael Thomas 4283ffc
- Rename monop man page to match the renamed executable.
Michael Thomas 4283ffc
Michael Thomas 7fd2e99
* Mon May 1 2006 Wart <wart@kobold.org> 2.17-10
Michael Thomas 7fd2e99
- Remove banner (conflict with a similar package in FE)
Michael Thomas 7fd2e99
Michael Thomas cd6cdd7
* Sat Apr 29 2006 Wart <wart@kobold.org> 2.17-9
Michael Thomas cd6cdd7
- Simplify files section
Michael Thomas cd6cdd7
- Remove unnecessary comment
Michael Thomas cd6cdd7
- Mark scoreboard files as %%config
Michael Thomas cd6cdd7
Michael Thomas cc5a4cd
* Fri Apr 28 2006 Wart <wart@kobold.org> 2.17-8
Michael Thomas cc5a4cd
- Fix directory ownership of _datadir/bsd-games
Michael Thomas cc5a4cd
- Change license to BSD
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Thu Apr 27 2006 Wart <wart@kobold.org> 2.17-7
Michael Thomas cc5a4cd
- Remove dm for Fedora
Michael Thomas cc5a4cd
- Turn off setgid bit for cfscores
Michael Thomas cc5a4cd
- Limit setgid code segments in hack
Michael Thomas cc5a4cd
- Limit setgid code segments in phantasia
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Wed Apr 26 2006 Wart <wart@kobold.org> 2.17-6
Michael Thomas cc5a4cd
- Remove bones file modifications from hack and run with a custom group
Michael Thomas cc5a4cd
  instead.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Sun Apr 24 2006 Wart <wart@kobold.org> 2.17-5
Michael Thomas cc5a4cd
- Modified bones file handling to allow us to drop setgid earlier.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Sat Apr 22 2006 Wart <wart@kobold.org> 2.17-4
Michael Thomas cc5a4cd
- Added dist tag to release number
Michael Thomas cc5a4cd
- Added patch to limit potential security holes in tetris-bsd
Michael Thomas cc5a4cd
- Added patch set from Debian's package, which includes a security patch
Michael Thomas cc5a4cd
  for CVE-2006-1744
Michael Thomas cc5a4cd
- Rename monop to mpoly to avoid conflict with the mono-devel package.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Fri Apr 14 2006 Wart <wart@kobold.org> 2.17-3
Michael Thomas cc5a4cd
- Updated setresgid patch to disable potential security holes from
Michael Thomas cc5a4cd
  user-specified scoreboard files.
Michael Thomas cc5a4cd
- Move hack save games to $HOME, but can be moved using HACKDIR or the
Michael Thomas cc5a4cd
  '-d' command line option.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Sat Apr 8 2006 Wart <wart@kobold.org> 2.17-2
Michael Thomas cc5a4cd
- Added patch to change use of setregid to setresgid almost everywhere.
Michael Thomas cc5a4cd
- Added missing BuildRequires
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Mon Apr 3 2006 Wart <wart@kobold.org> 2.17-1
Michael Thomas cc5a4cd
- Updated to 2.17 with new configuration system
Michael Thomas cc5a4cd
- Updated patches for 2.17
Michael Thomas cc5a4cd
- Updated spec file for Fedora Extras
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Fri Feb 16 2001 Tim Powers <timp@redhat.com>
Michael Thomas cc5a4cd
- fixed getline() redefinition, it is included in stdio.h now, so 
Michael Thomas cc5a4cd
  getline had to be renamed. Also, -D_GNU_SOURCE
Michael Thomas cc5a4cd
- fix bug 27850, where certain games need to be setgid games, and 
Michael Thomas cc5a4cd
  their scorefiles etc. need to belong to group games
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Tue Aug 1 2000 Tim Powers <timp@redhat.com>
Michael Thomas cc5a4cd
- fix bug #15013, bad dir permissions
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
Michael Thomas cc5a4cd
- rebuilt
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
Michael Thomas cc5a4cd
- use %%{_tmppath}
Michael Thomas cc5a4cd
- don't use internal rpm programs 
Michael Thomas cc5a4cd
- kill countmail, no longer require frm from elm
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Mon Jun 5 2000 Tim Powers <timp@redhat.com>
Michael Thomas cc5a4cd
- fixed man page location to be in %{_mandir}
Michael Thomas cc5a4cd
- fixed so that regular users can build
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Fri May 5 2000 Tim Powers <timp@redhat.com>
Michael Thomas cc5a4cd
- rebuilt for 7.0
Michael Thomas cc5a4cd
- compress man pages
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Thu Feb 10 2000 Tim Powers <timp@redhat.com>
Michael Thomas cc5a4cd
- strip binaries.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Sun Nov 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
Michael Thomas cc5a4cd
- 2.9
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Mon Nov 1 1999 Tim Powers <timp@redhat.com>
Michael Thomas cc5a4cd
- updated source to 2.8
Michael Thomas cc5a4cd
- fixed problem with ospeed being defined in the source instead of including
Michael Thomas cc5a4cd
	termcap.h (new ospeed patch)
Michael Thomas cc5a4cd
- using files list in %files section instead of entering
Michael Thomas cc5a4cd
	_every_single_filename_.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Sat Aug 21 1999 Bill Nottingham <notting@redhat.com>
Michael Thomas cc5a4cd
- fix countmail (#3722). I must be bored.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
Michael Thomas cc5a4cd
- make dm setgid games, not setuid root...
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Fri Jul 9 1999 Tim Powers <timp@redhat.com>
Michael Thomas cc5a4cd
- updated source to 2.7
Michael Thomas cc5a4cd
- updated patches to fix bugs and the braindead configure script, 
Michael Thomas cc5a4cd
  dropped a few of the older patches that made it into this release
Michael Thomas cc5a4cd
- replaced -make install with make install-strip
Michael Thomas cc5a4cd
- built for 6.1
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Wed May 12 1999 Bill Nottingham <notting@redhat.com>
Michael Thomas cc5a4cd
- pick up some more files
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Thu Apr 01 1999 Michael Maher <mike@redhat.com>
Michael Thomas cc5a4cd
- only a fool would add a dependency to this package on a 
Michael Thomas cc5a4cd
  day like today.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Fri Mar 18 1999 Michael Maher <mike@redhat.com>
Michael Thomas cc5a4cd
- fixed bug 1550
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Mon Feb 08 1999 Michael Maher <mike@redhat.com>
Michael Thomas cc5a4cd
- moved pacakge to PowerTools.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Thu Jun 18 1998 Alan Cox <alan@redhat.com>
Michael Thomas cc5a4cd
- Chris Evans pointed out a hole in sail I missed.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Wed Jun 17 1998 Alan Cox <alan@redhat.com>
Michael Thomas cc5a4cd
- Stopped people using cribbage to be able to cheat game score files.
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Tue May 05 1998 Prospector System <bugs@redhat.com>
Michael Thomas cc5a4cd
- translations modified for de, fr, tr
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
Michael Thomas cc5a4cd
- fixed the config patch so that it will build on non /usr/src/redhat build
Michael Thomas cc5a4cd
  trees
Michael Thomas cc5a4cd
Michael Thomas cc5a4cd
* Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
Michael Thomas cc5a4cd
- updated to bsd-games 2.1
Michael Thomas cc5a4cd
- started over on package