rpms/xboard/devel xboard-4.4.2-default_engine.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xboard.spec, 1.13, 1.14

Chris Ricker kaboom at fedoraproject.org
Wed Jan 27 05:50:19 UTC 2010


Author: kaboom

Update of /cvs/pkgs/rpms/xboard/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25876

Modified Files:
	.cvsignore sources xboard.spec 
Added Files:
	xboard-4.4.2-default_engine.patch 
Log Message:
new release


xboard-4.4.2-default_engine.patch:
 xboard.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE xboard-4.4.2-default_engine.patch ---
diff -Naur xboard-4.4.2.orig/xboard.h xboard-4.4.2/xboard.h
--- xboard-4.4.2.orig/xboard.h	2009-12-07 23:59:34.000000000 -0500
+++ xboard-4.4.2/xboard.h	2010-01-27 00:06:20.991518025 -0500
@@ -104,8 +104,8 @@
 
 #define BORDER_X_OFFSET 3
 #define BORDER_Y_OFFSET 27
-#define FIRST_CHESS_PROGRAM	"fairymax"
-#define SECOND_CHESS_PROGRAM	"fairymax"
+#define FIRST_CHESS_PROGRAM	"gnuchess"
+#define SECOND_CHESS_PROGRAM	"gnuchess"
 
 /* Default to no flashing (the "usual" XBoard behavior) */
 #define FLASH_COUNT	0		/* Number of times to flash */


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xboard/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	26 May 2005 21:14:13 -0000	1.2
+++ .cvsignore	27 Jan 2010 05:50:19 -0000	1.3
@@ -1 +1 @@
-xboard-4.2.7.tar.gz
+xboard-4.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xboard/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	26 May 2005 21:14:13 -0000	1.2
+++ sources	27 Jan 2010 05:50:19 -0000	1.3
@@ -1 +1 @@
-b70ad8ff7569975302c5fb402d5eea32  xboard-4.2.7.tar.gz
+4f222676a046c5582333ac4862be3195  xboard-4.4.2.tar.gz


Index: xboard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xboard/devel/xboard.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- xboard.spec	27 Jul 2009 07:37:48 -0000	1.13
+++ xboard.spec	27 Jan 2010 05:50:19 -0000	1.14
@@ -1,15 +1,15 @@
 Summary: An X Window System graphical chessboard
 Name: xboard
-Version: 4.2.7
-Release: 20%{?dist}
+Version: 4.4.2
+Release: 1%{?dist}
 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
-Patch2: xboard-4.2.7-nostrip.patch
-Requires: chessprogram
+Patch1: xboard-4.4.2-default_engine.patch
+#Patch2: xboard-4.2.7-nostrip.patch
+Requires: chessprogram, xorg-x11-fonts-100dpi
 License: GPLv2+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): info
@@ -31,14 +31,14 @@ Install the xboard package if you need a
 %prep
 %setup -q 
 %patch1 -p1 -b .rh1
-%patch2 -p1 -b .nostrip
+#%%patch2 -p1 -b .nostrip
 
 # Needed for ppc64, automake can't be run here
 cp -f %{_datadir}/automake-*/config.* .
 
 %build
 %configure
-make %{?_smp_mflags} default info
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,6 +58,9 @@ desktop-file-install --vendor fedora \
 
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
+install -pm 755 -p cmail $RPM_BUILD_ROOT%{_bindir}
+
+
 %post
 /sbin/install-info --quiet --info-dir=%{_infodir} \
 	%{_infodir}/%{name}.info.gz || :
@@ -73,19 +76,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc COPYING COPYRIGHT AUTHORS ToDo NEWS READ_ME FAQ.html ics-parsing.txt
+%doc COPYING COPYRIGHT AUTHORS TODO NEWS README 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
+* Tue Jan 26 2010 Chris Ricker <kaboom at oobleck.net> 4.4.2-1
+- Update to new upstream release
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.7-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list