rpms/plplot/F-7 plplot.spec,1.32,1.33

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu May 24 20:46:16 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/plplot/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9337

Modified Files:
	plplot.spec 
Log Message:
Disable ada on x86_64 too



Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/F-7/plplot.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- plplot.spec	24 May 2007 15:15:09 -0000	1.32
+++ plplot.spec	24 May 2007 20:45:41 -0000	1.33
@@ -18,8 +18,8 @@
 
 BuildRequires:  cmake, libtool-ltdl-devel, swig
 BuildRequires:  gcc-gfortran
-# Ada is not available on ppc64
-%ifnarch ppc64
+# Ada is not available on ppc64 and not working on x86_64
+%ifnarch x86_64 ppc64
 BuildRequires:  gcc-gnat
 %define build_ada -DENABLE_ada:BOOL=ON
 %else
@@ -240,7 +240,7 @@
 cd fedora
 #Hack
 export ITCL_LIBRARY=%{_libdir}/itcl3.3
-ctest
+ctest -V
 
 
 %clean
@@ -449,6 +449,7 @@
 
 %changelog
 * Thu May 24 2007 - Orion Poplawski <orion at cora.nwra.com> - 5.7.3-3
+- Disable Ada interface on x86_64 until working (bug #241233)
 - Disable Ada interface on ppc64 until available (bug #241233)
 
 * Mon Apr 16 2007 - Orion Poplawski <orion at cora.nwra.com> - 5.7.3-2




More information about the fedora-extras-commits mailing list