Chris Ricker 8c7bc0c
Summary: An X Window System graphical chessboard
Chris Ricker 8c7bc0c
Name: xboard
39f8e5c
Version: 4.9.1
b236888
Release: 2%{?dist}
Chris Ricker 8c7bc0c
Group: Amusements/Games
73022b1
URL: https://www.gnu.org/software/xboard/
Christopher Aillon 5d48dce
Source0: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz
Christopher Aillon 5d48dce
Source1: xboard.desktop
Chris Ricker 63381f9
Requires: chessprogram, xorg-x11-fonts-100dpi
Christopher Aillon 5d48dce
License: GPLv3+
Chris Ricker 8c7bc0c
Requires(post): info
Chris Ricker 8c7bc0c
Requires(preun): info
Chris Ricker 8c7bc0c
BuildRequires: desktop-file-utils >= 0.2.93
Chris Ricker bdbf460
BuildRequires: texinfo
Chris Ricker bdbf460
BuildRequires: xorg-x11-xbitmaps, libICE-devel, libXmu-devel, libSM-devel
Chris Ricker bdbf460
BuildRequires: libXaw-devel, libXt-devel, xorg-x11-proto-devel
Chris Ricker bdbf460
BuildRequires: libXpm-devel, libXext-devel
2c470f0
BuildRequires: automake
73022b1
BuildRequires: gettext
7c17735
BuildRequires: texinfo-tex
dba0122
BuildRequires: librsvg2-devel
bae63cd
BuildRequires: gtk2-devel
bae63cd
BuildRequires: pango-devel
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
%description
Chris Ricker 8c7bc0c
Xboard is an X Window System based graphical chessboard which can be
Chris Ricker 8c7bc0c
used with the GNU chess and Crafty chess programs, with Internet Chess
Chris Ricker 8c7bc0c
Servers (ICSs), with chess via email, or with your own saved games.
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
Install the xboard package if you need a graphical chessboard.
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
%prep
Chris Ricker 8c7bc0c
%setup -q 
Chris Ricker 8c7bc0c
2c470f0
# Needed for ppc64, automake can't be run here
2c470f0
cp -f %{_datadir}/automake-*/config.* .
2c470f0
Chris Ricker 8c7bc0c
%build
Chris Ricker 8c7bc0c
%configure
Chris Ricker 63381f9
make %{?_smp_mflags}
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
%install
73022b1
%make_install
Chris Ricker 8c7bc0c
Christopher Aillon 5d48dce
desktop-file-install \
Chris Ricker 8c7bc0c
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
Christopher Aillon 5d48dce
	%{SOURCE1}
Chris Ricker 8c7bc0c
73022b1
desktop-file-install \
73022b1
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
73022b1
	*.desktop
73022b1
Chris Ricker 8c7bc0c
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
Chris Ricker 63381f9
install -pm 755 -p cmail $RPM_BUILD_ROOT%{_bindir}
Chris Ricker 63381f9
73022b1
%find_lang %{name}
Chris Ricker 63381f9
Chris Ricker 8c7bc0c
%post
Christopher Aillon 5d48dce
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 9f09788
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
Chris Ricker 8c7bc0c
/sbin/install-info --quiet --info-dir=%{_infodir} \
Chris Ricker 8c7bc0c
	%{_infodir}/%{name}.info.gz || :
Chris Ricker 8c7bc0c
73022b1
Chris Ricker 8c7bc0c
%preun
Rex Dieter 9f09788
if [ $1 -eq 0 ]; then
Chris Ricker 8c7bc0c
	/sbin/install-info --quiet --info-dir=%{_infodir} \
Chris Ricker 8c7bc0c
		--delete %{_infodir}/%{name}.info.gz || :
Chris Ricker 8c7bc0c
fi
Chris Ricker 8c7bc0c
Christopher Aillon 5d48dce
%postun
Christopher Aillon 5d48dce
if [ $1 -eq 0 ] ; then
Christopher Aillon 5d48dce
	touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Christopher Aillon 5d48dce
	gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 9f09788
	update-mime-database %{_datadir}/mime &> /dev/null || :
Christopher Aillon 5d48dce
fi
Christopher Aillon 5d48dce
73022b1
Christopher Aillon 5d48dce
%posttrans
Christopher Aillon 5d48dce
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 9f09788
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
Chris Ricker 8c7bc0c
73022b1
%files -f %{name}.lang
Christopher Aillon 5d48dce
%doc COPYING COPYRIGHT AUTHORS NEWS README FAQ.html
Christopher Aillon 5d48dce
%doc engine-intf.html
Christopher Aillon 5d48dce
%config(noreplace) %{_sysconfdir}/xboard.conf
Chris Ricker 8c7bc0c
%{_bindir}/xboard
Chris Ricker 8c7bc0c
%{_bindir}/cmail
Chris Ricker 8c7bc0c
%{_mandir}/man6/xboard.6*
Chris Ricker 8c7bc0c
%{_infodir}/xboard.info*
Christopher Aillon 5d48dce
%{_datadir}/icons/hicolor/*/apps/xboard.png
Christopher Aillon 5d48dce
%{_datadir}/icons/hicolor/*/apps/xboard.svg
Christopher Aillon 5d48dce
%{_datadir}/games/xboard
73022b1
%{_datadir}/applications/xboard*.desktop
73022b1
%{_datadir}/mime/packages/xboard.xml
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
%changelog
b236888
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.1-2
b236888
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b236888
39f8e5c
* Wed Sep 14 2016 Filipe Rosset <rosset.filipe@gmail.com> - 4.9.1-1
39f8e5c
- Rebuilt for new upstream version, fixes rhbz #1362159
39f8e5c
bae63cd
* Mon May 16 2016 Filipe Rosset <rosset.filipe@gmail.com> - 4.9.0-1
bae63cd
- Rebuilt for new upstream version + fixes deps, fixes rhbz #1336257
bae63cd
7a3b9a6
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-2
7a3b9a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7a3b9a6
fbadb5d
* Sun Jul 12 2015 Filipe Rosset <rosset.filipe@gmail.com> - 4.8.0-1
fbadb5d
- Rebuilt for new upstream version, fixes rhbz #1160319
fbadb5d
545e81b
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.3-5
545e81b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
545e81b
Rex Dieter 9f09788
* Sat Sep 27 2014 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-4
Rex Dieter 9f09788
- update/optimize mime scriptlets
Rex Dieter 9f09788
1795d85
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.3-3
1795d85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1795d85
948cd66
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.3-2
948cd66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
948cd66
dba0122
* Sun May 25 2014 Filipe Rosset <rosset.filipe@gmail.com> - 4.7.3-1
dba0122
- Rebuilt for new upstream version, fixes rhbz #742743
dba0122
4550e41
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.2-3
4550e41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4550e41
bd6df89
* Tue Feb 19 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 4.6.2-2
7c17735
- add BR on texinfo-tex to workaround texinfo packaging bug
bd6df89
bd6df89
* Tue Feb 19 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 4.6.2-1
73022b1
- 4.6.2 release
73022b1
- https://www.gnu.org/software/xboard/whats_new/4.6.2/index.html
73022b1
- drop xboard-4.5.1-default_engine.patch
73022b1
- update url, use find_lang macro, handle extra desktop files and mime info
73022b1
- clean up spec to follow current guidelines
73022b1
b5986b6
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.2a-4
b5986b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b5986b6
044eed8
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.2a-3
044eed8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
044eed8
c8f1e48
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.2a-2
c8f1e48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c8f1e48
Christopher Aillon 0c4f895
* Sun May  8 2011 Christopher Aillon <caillon@redhat.com> - 4.5.2a-1
Christopher Aillon 0c4f895
- Update to 4.5.2a
Christopher Aillon 0c4f895
Christopher Aillon e6b6f68
* Thu Apr 14 2011 Christopher Aillon <caillon@redhat.com> - 4.5.1-2
Christopher Aillon e6b6f68
- Rebuild
Christopher Aillon e6b6f68
Christopher Aillon 5d48dce
* Mon Apr 11 2011 Christopher Aillon <caillon@redhat.com> - 4.5.1-1
Christopher Aillon 5d48dce
- Update to 4.5.1
Christopher Aillon e6b6f68
- Now licensed under GPLv3+
Christopher Aillon 5d48dce
99eb904
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.2-2
99eb904
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
99eb904
Chris Ricker 63381f9
* Tue Jan 26 2010 Chris Ricker <kaboom@oobleck.net> 4.4.2-1
Chris Ricker 63381f9
- Update to new upstream release
Chris Ricker 63381f9
13a3952
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.7-20
13a3952
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
13a3952
2c470f0
* Sun Mar 01 2009 Robert Scheck <robert@fedoraproject.org> 4.2.7-19
2c470f0
- Solve the ppc64-redhat-linux-gnu configure target error
2c470f0
1fc39cb
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.7-18
1fc39cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1fc39cb
Chris Ricker 5f97c64
* Fri Feb 15 2008 Chris Ricker <kaboom@oobleck.net> 4.2.7-17
Chris Ricker 5f97c64
- Rebuild for GCC 4.3
Chris Ricker 5f97c64
- Fix license
Chris Ricker 5f97c64
Chris Ricker bdba18b
* Mon Sep 11 2006 Chris Ricker <kaboom@oobleck.net> 4.2.7-16
Chris Ricker bdba18b
- Fix build
Chris Ricker bdba18b
Chris Ricker bddb4b1
* Mon Sep 11 2006 Chris Ricker <kaboom@oobleck.net> 4.2.7-15
Chris Ricker bddb4b1
- Bump and rebuild
Chris Ricker bddb4b1
4fcf66b
* Wed Aug  2 2006 Ville Skyttä <ville.skytta at iki.fi> - 4.2.7-14
4fcf66b
- Security: fix world-writable permissions for chess.png (#200795).
4fcf66b
Chris Ricker 54d29e4
* Wed May 24 2006 Chris Ricker <kaboom@oobleck.net> 4.2.7-13
Chris Ricker 54d29e4
- correct debuginfo package generation (bz#192608)
Chris Ricker 54d29e4
Chris Ricker bdbf460
* Wed Feb 15 2006 Chris Ricker <kaboom@oobleck.net> 4.2.7-12
Chris Ricker bdbf460
- Update for modular X
Chris Ricker bdbf460
Chris Ricker e436a34
* Thu Jun 16 2005 Chris Ricker <kaboom@oobleck.net> 4.2.7-11%{?dist}
Chris Ricker e436a34
- Add more categories to desktop file (BZ #160476)
Chris Ricker e436a34
Chris Ricker 267695b
* Wed Jun 01 2005 Chris Ricker <kaboom@oobleck.net> 4.2.7-10%{?dist}
Chris Ricker 267695b
- Add dist tag
Chris Ricker 267695b
a4a18a2
* Thu May 26 2005 David Woodhouse <dwmw2@infradead.org> 4.2.7-9
a4a18a2
- Re-enable PPC build
a4a18a2
Chris Ricker 8c7bc0c
* Mon May 23 2005 Chris Ricker <kaboom@oobleck.net> 4.2.7-8
Chris Ricker 8c7bc0c
- Update for Fedora Extras
Chris Ricker 8c7bc0c
- Don't strip binaries
Chris Ricker 8c7bc0c
- Preserve time stamps
Chris Ricker 8c7bc0c
- Update BuildRoot
Chris Ricker 8c7bc0c
- Drop unapplied patch
Chris Ricker 8c7bc0c
- Clean up info handling
Chris Ricker 8c7bc0c
- Include license and other docs
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Tue Jan 25 2005 Karsten Hopp <karsten@redhat.de> 4.2.7-7 
Chris Ricker 8c7bc0c
- add BuildRequires tetex (137561)
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Tue Nov 30 2004 Karsten Hopp <karsten@redhat.de> 4.2.7-7
Chris Ricker 8c7bc0c
- add URL (#141320)
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 4.2.7-6
Chris Ricker 8c7bc0c
- cleanup specfile
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
Chris Ricker 8c7bc0c
- rebuilt
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Wed Jun 02 2004 Karsten Hopp <karsten@redhat.de> 4.2.7-4 
Chris Ricker 8c7bc0c
- add some buildrequires (#125034)
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
Chris Ricker 8c7bc0c
- rebuilt
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu Dec 04 2003 Karsten Hopp <karsten@redhat.de> 4.2.7-2
Chris Ricker 8c7bc0c
- bump release and rebuild
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu Dec 04 2003 Karsten Hopp <karsten@redhat.de> 4.2.7-1
Chris Ricker 8c7bc0c
- update to 4.2.7
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
Chris Ricker 8c7bc0c
- rebuilt
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
Chris Ricker 8c7bc0c
- rebuilt
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Fri Jan 10 2003 Karsten Hopp <karsten@redhat.de>
Chris Ricker 8c7bc0c
- #74382, xboard didn't start gnuchess with correct parameters
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
Chris Ricker 8c7bc0c
- rebuild on all arches
Chris Ricker 8c7bc0c
- let rpm handle the gzipping of files
Chris Ricker 8c7bc0c
- remove stuff from the buildroot that won't be included in the resulting package
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Sun Aug 04 2002 Karsten Hopp <karsten@redhat.de>
Chris Ricker 8c7bc0c
- remove duplicate entry in info (#70695)
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Wed Jul 24 2002 Karsten Hopp <karsten@redhat.de>
Chris Ricker 8c7bc0c
- s/Games/Game/
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Tue Jul 23 2002 Karsten Hopp <karsten@redhat.de>
Chris Ricker 8c7bc0c
- update to 4.2.6
Chris Ricker 8c7bc0c
- use desktop-file-install (#69536)
Chris Ricker 8c7bc0c
- add icon
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
Chris Ricker 8c7bc0c
- automated rebuild
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu May 23 2002 Tim Powers <timp@redhat.com>
Chris Ricker 8c7bc0c
- automated rebuild
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
Chris Ricker 8c7bc0c
- automated rebuild
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Tue Dec 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
Chris Ricker 8c7bc0c
- update to 4.2.5
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Mon Dec 17 2001 Karsten Hopp <karsten@redhat.de>
Chris Ricker 8c7bc0c
- set CHESS_PROGRAM to gnuchess instead of gnuchessx
Chris Ricker 8c7bc0c
  (it isn't available anymore after the update to chess-5)
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu Dec 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
Chris Ricker 8c7bc0c
- update to 4.2.4
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Sat Jul 07 2001 Karsten Hopp <karsten@redhat.de>
Chris Ricker 8c7bc0c
- Copyright -> License
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
Chris Ricker 8c7bc0c
- update to 4.2.3
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Mon Oct 02 2000 Florian La Roche <Florian.LaRoche@redhat.de>
Chris Ricker 8c7bc0c
- update to 4.1.0
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
Chris Ricker 8c7bc0c
- automatic rebuild
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
Chris Ricker 8c7bc0c
- rebuild, FHS stuff.
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu Mar  9 2000 Bill Nottingham <notting@redhat.com>
Chris Ricker 8c7bc0c
- update to 4.0.7
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Mon Feb 28 2000 Matt Wilson <msw@redhat.com>
Chris Ricker 8c7bc0c
- rebuild info file to have proper dir entry, etc.
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
Chris Ricker 8c7bc0c
- wmconfig -> desktop
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Sat Feb 05 2000 Cristian Gafton <gafton@redhat.com>
Chris Ricker 8c7bc0c
- add dir entries in install-info
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu Feb  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
Chris Ricker 8c7bc0c
- gzip info pages (Bug #9035)
Chris Ricker 8c7bc0c
- add install-info stuff
Chris Ricker 8c7bc0c
- deal with rpm compressing man pages
Chris Ricker 8c7bc0c
- handle RPM_OPT_FLAGS
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
Chris Ricker 8c7bc0c
- update to 4.0.5
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Wed Sep  8 1999 Bill Nottingham <notting@redhat.com>
Chris Ricker 8c7bc0c
- update to 4.0.3
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Sat Aug 14 1999 Bill Nottingham <notting@redhat.com>
Chris Ricker 8c7bc0c
- change requires: to virtual 'chessprogram'
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu Aug 12 1999 Bill Nottingham <notting@redhat.com>
Chris Ricker 8c7bc0c
- require gnuchess so it will work out of the box
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
Chris Ricker 8c7bc0c
- update to 4.0.2
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
Chris Ricker 8c7bc0c
- auto rebuild in the new build environment (release 3)
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
Chris Ricker 8c7bc0c
- cleaned up spec file
Chris Ricker 8c7bc0c
- built package for 6.0
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Sat Jul 11 1998 Mike Wangsmo <wanger@redhat.com>
Chris Ricker 8c7bc0c
- updated to a new version
Chris Ricker 8c7bc0c
- buildrooted the package too
Chris Ricker 8c7bc0c
Chris Ricker 8c7bc0c
* Fri May 01 1998 Prospector System <bugs@redhat.com>
Chris Ricker 8c7bc0c
- translations modified for de, fr, tr