rpms/xboard/devel chess.png, NONE, 1.1 xboard-4.2.4-rh1.patch, NONE, 1.1 xboard.desktop, NONE, 1.1 xboard.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Ricker (kaboom) fedora-extras-commits at redhat.com
Thu May 26 21:14:15 UTC 2005


Author: kaboom

Update of /cvs/extras/rpms/xboard/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28732/devel

Modified Files:
	.cvsignore sources 
Added Files:
	chess.png xboard-4.2.4-rh1.patch xboard.desktop xboard.spec 
Log Message:
auto-import xboard-4.2.7-8 on branch devel from xboard-4.2.7-8.src.rpm

xboard-4.2.4-rh1.patch:

--- NEW FILE xboard-4.2.4-rh1.patch ---
--- xboard-4.2.4/xboard.h.rh1	Mon Dec 10 00:22:56 2001
+++ xboard-4.2.4/xboard.h	Mon Dec 17 13:20:06 2001
@@ -100,8 +100,8 @@
 
 #define BORDER_X_OFFSET 3
 #define BORDER_Y_OFFSET 27
-#define FIRST_CHESS_PROGRAM	"gnuchessx"
-#define SECOND_CHESS_PROGRAM	"gnuchessx"
+#define FIRST_CHESS_PROGRAM	"gnuchess xboard"
+#define SECOND_CHESS_PROGRAM	"gnuchess xboard"
 
 /* Default to no flashing (the "usual" XBoard behavior) */
 #define FLASH_COUNT	0		/* Number of times to flash */


--- NEW FILE xboard.desktop ---
[Desktop Entry]
Name=Chess
Type=Application
Icon=chess.png
Comment=Challenging human-vs-computer chess game
Exec=xboard


--- NEW FILE xboard.spec ---
ExcludeArch: ppc64 ppc

Summary: An X Window System graphical chessboard
Name: xboard
Version: 4.2.7
Release: 8
Group: Amusements/Games
URL: http://www.tim-mann.org/xboard.html
Source: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz
Source1: chess.png
Source2: xboard.desktop
Patch1: xboard-4.2.4-rh1.patch
Requires: chessprogram
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): info
Requires(preun): info
BuildRequires: desktop-file-utils >= 0.2.93
BuildRequires: xorg-x11-devel texinfo

%description
Xboard is an X Window System based graphical chessboard which can be
used with the GNU chess and Crafty chess programs, with Internet Chess
Servers (ICSs), with chess via email, or with your own saved games.

Install the xboard package if you need a graphical chessboard.

%prep
%setup -q 
%patch1 -p1 -b .rh1

%build
%configure
make %{?_smp_mflags} default info

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/

desktop-file-install --vendor fedora \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
	--mode 644 \
	--add-category X-Fedora \
	%{SOURCE2}

rm -f $RPM_BUILD_ROOT%{_infodir}/dir

%post
/sbin/install-info --quiet --info-dir=%{_infodir} \
	%{_infodir}/%{name}.info.gz || :

%preun
if [ "$1" = 0 ]; then
	/sbin/install-info --quiet --info-dir=%{_infodir} \
		--delete %{_infodir}/%{name}.info.gz || :
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING COPYRIGHT AUTHORS ToDo NEWS READ_ME FAQ.html ics-parsing.txt
%doc engine-intf.html zippy.README 
%{_bindir}/xboard
%{_bindir}/zic2xpm
%{_bindir}/cmail
%{_bindir}/pxboard
%{_mandir}/man6/xboard.6*
%{_mandir}/man6/zic2xpm.6*
%{_infodir}/xboard.info*
%{_datadir}/pixmaps/chess.png
%{_datadir}/applications/*

%changelog
* Mon May 23 2005 Chris Ricker <kaboom at oobleck.net> 4.2.7-8
- Update for Fedora Extras
- Don't strip binaries
- Preserve time stamps
- Update BuildRoot
- Drop unapplied patch
- Clean up info handling
- Include license and other docs

* Tue Jan 25 2005 Karsten Hopp <karsten at redhat.de> 4.2.7-7 
- add BuildRequires tetex (137561)

* Tue Nov 30 2004 Karsten Hopp <karsten at redhat.de> 4.2.7-7
- add URL (#141320)

* Wed Sep 22 2004 Than Ngo <than at redhat.com> 4.2.7-6
- cleanup specfile

* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Wed Jun 02 2004 Karsten Hopp <karsten at redhat.de> 4.2.7-4 
- add some buildrequires (#125034)

* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Thu Dec 04 2003 Karsten Hopp <karsten at redhat.de> 4.2.7-2
- bump release and rebuild

* Thu Dec 04 2003 Karsten Hopp <karsten at redhat.de> 4.2.7-1
- update to 4.2.7

* Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Wed Jan 22 2003 Tim Powers <timp at redhat.com>
- rebuilt

* Fri Jan 10 2003 Karsten Hopp <karsten at redhat.de>
- #74382, xboard didn't start gnuchess with correct parameters

* Tue Nov 19 2002 Tim Powers <timp at redhat.com>
- rebuild on all arches
- let rpm handle the gzipping of files
- remove stuff from the buildroot that won't be included in the resulting package

* Sun Aug 04 2002 Karsten Hopp <karsten at redhat.de>
- remove duplicate entry in info (#70695)

* Wed Jul 24 2002 Karsten Hopp <karsten at redhat.de>
- s/Games/Game/

* Tue Jul 23 2002 Karsten Hopp <karsten at redhat.de>
- update to 4.2.6
- use desktop-file-install (#69536)
- add icon

* Fri Jun 21 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Thu May 23 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Wed Jan 09 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Tue Dec 18 2001 Florian La Roche <Florian.LaRoche at redhat.de>
- update to 4.2.5

* Mon Dec 17 2001 Karsten Hopp <karsten at redhat.de>
- set CHESS_PROGRAM to gnuchess instead of gnuchessx
  (it isn't available anymore after the update to chess-5)

* Thu Dec 13 2001 Florian La Roche <Florian.LaRoche at redhat.de>
- update to 4.2.4

* Sat Jul 07 2001 Karsten Hopp <karsten at redhat.de>
- Copyright -> License

* Wed May 09 2001 Florian La Roche <Florian.LaRoche at redhat.de>
- update to 4.2.3

* Mon Oct 02 2000 Florian La Roche <Florian.LaRoche at redhat.de>
- update to 4.1.0

* Thu Jul 13 2000 Prospector <bugzilla at redhat.com>
- automatic rebuild

* Sun Jun 11 2000 Bill Nottingham <notting at redhat.com>
- rebuild, FHS stuff.

* Thu Mar  9 2000 Bill Nottingham <notting at redhat.com>
- update to 4.0.7

* Mon Feb 28 2000 Matt Wilson <msw at redhat.com>
- rebuild info file to have proper dir entry, etc.

* Mon Feb 07 2000 Preston Brown <pbrown at redhat.com>
- wmconfig -> desktop

* Sat Feb 05 2000 Cristian Gafton <gafton at redhat.com>
- add dir entries in install-info

* Thu Feb  3 2000 Bernhard Rosenkraenzer <bero at redhat.com>
- gzip info pages (Bug #9035)
- add install-info stuff
- deal with rpm compressing man pages
- handle RPM_OPT_FLAGS

* Fri Dec 17 1999 Bill Nottingham <notting at redhat.com>
- update to 4.0.5

* Wed Sep  8 1999 Bill Nottingham <notting at redhat.com>
- update to 4.0.3

* Sat Aug 14 1999 Bill Nottingham <notting at redhat.com>
- change requires: to virtual 'chessprogram'

* Thu Aug 12 1999 Bill Nottingham <notting at redhat.com>
- require gnuchess so it will work out of the box

* Fri Jul 30 1999 Bill Nottingham <notting at redhat.com>
- update to 4.0.2

* Sun Mar 21 1999 Cristian Gafton <gafton at redhat.com> 
- auto rebuild in the new build environment (release 3)

* Thu Dec 17 1998 Michael Maher <mike at redhat.com>
- cleaned up spec file
- built package for 6.0

* Sat Jul 11 1998 Mike Wangsmo <wanger at redhat.com>
- updated to a new version
- buildrooted the package too

* Fri May 01 1998 Prospector System <bugs at redhat.com>
- translations modified for de, fr, tr


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xboard/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 May 2005 21:13:43 -0000	1.1
+++ .cvsignore	26 May 2005 21:14:13 -0000	1.2
@@ -0,0 +1 @@
+xboard-4.2.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xboard/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 May 2005 21:13:43 -0000	1.1
+++ sources	26 May 2005 21:14:13 -0000	1.2
@@ -0,0 +1 @@
+b70ad8ff7569975302c5fb402d5eea32  xboard-4.2.7.tar.gz




More information about the fedora-extras-commits mailing list