rpms/xboard/devel xboard.spec,1.11,1.12

Robert Scheck robert at fedoraproject.org
Sun Mar 1 15:04:16 UTC 2009


Author: robert

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

Modified Files:
	xboard.spec 
Log Message:
Solve the ppc64-redhat-linux-gnu configure target error



Index: xboard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xboard/devel/xboard.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xboard.spec	26 Feb 2009 07:53:14 -0000	1.11
+++ xboard.spec	1 Mar 2009 15:03:46 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: An X Window System graphical chessboard
 Name: xboard
 Version: 4.2.7
-Release: 18%{?dist}
+Release: 19%{?dist}
 Group: Amusements/Games
 URL: http://www.tim-mann.org/xboard.html
 Source: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz
@@ -19,6 +19,7 @@
 BuildRequires: xorg-x11-xbitmaps, libICE-devel, libXmu-devel, libSM-devel
 BuildRequires: libXaw-devel, libXt-devel, xorg-x11-proto-devel
 BuildRequires: libXpm-devel, libXext-devel
+BuildRequires: automake
 
 %description
 Xboard is an X Window System based graphical chessboard which can be
@@ -32,6 +33,9 @@
 %patch1 -p1 -b .rh1
 %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
@@ -82,6 +86,9 @@
 %{_datadir}/applications/*
 
 %changelog
+* Sun Mar 01 2009 Robert Scheck <robert at fedoraproject.org> 4.2.7-19
+- Solve the ppc64-redhat-linux-gnu configure target error
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.7-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list