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

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu May 24 15:15:43 UTC 2007


Author: orion

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

Modified Files:
	plplot.spec 
Log Message:
Disable Ada interface on ppc64 until available



Index: plplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/F-7/plplot.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- plplot.spec	16 Apr 2007 17:11:46 -0000	1.31
+++ plplot.spec	24 May 2007 15:15:09 -0000	1.32
@@ -3,7 +3,7 @@
 
 Name:           plplot
 Version:        5.7.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library of functions for making scientific plots
 
 Group:          Applications/Engineering
@@ -17,7 +17,14 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake, libtool-ltdl-devel, swig
-BuildRequires:  gcc-gfortran, gcc-gnat
+BuildRequires:  gcc-gfortran
+# Ada is not available on ppc64
+%ifnarch ppc64
+BuildRequires:  gcc-gnat
+%define build_ada -DENABLE_ada:BOOL=ON
+%else
+%define build_ada %{nil}
+%endif
 BuildRequires:  java-devel, libgcj-devel
 BuildRequires:  freetype-devel, octave-devel, qhull-devel , ncurses-devel
 BuildRequires:  gd-devel, tcl-devel, tk-devel, itcl-devel, itk-devel
@@ -184,7 +191,7 @@
 export FFLAGS="$RPM_OPT_FLAGS"
 %cmake .. \
         -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
-	-DENABLE_ada:BOOL=ON \
+	%{build_ada} \
 	-DPL_FREETYPE_FONT_PATH:PATH="/usr/share/fonts/freefont" \
 	-DPLD_aqt:BOOL=ON \
 	-DPLD_conex:BOOL=ON \
@@ -441,6 +448,9 @@
 %{_libdir}/pkgconfig/plplotd-wxwidgets.pc
 
 %changelog
+* Thu May 24 2007 - Orion Poplawski <orion at cora.nwra.com> - 5.7.3-3
+- Disable Ada interface on ppc64 until available (bug #241233)
+
 * Mon Apr 16 2007 - Orion Poplawski <orion at cora.nwra.com> - 5.7.3-2
 - Use cmake macros
 




More information about the fedora-extras-commits mailing list