[plplot] Fix building on ARM

Peter Robinson pbrobinson at fedoraproject.org
Sun Apr 21 15:52:19 UTC 2013


commit f19d8ef88214bbf329048e836ae1fe71fc489ef1
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Apr 21 16:52:06 2013 +0100

    Fix building on ARM

 plplot.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/plplot.spec b/plplot.spec
index 8da5eee..e26d244 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -9,7 +9,7 @@
 %bcond_with pdl
 
 # conditionalize Ada support
-%ifarch %{sparc} s390 s390x
+%ifarch %{sparc} s390 s390x %{arm}
 %bcond_with ada
 %else
 %bcond_without ada
@@ -24,7 +24,7 @@
 
 Name:           plplot
 Version:        5.9.9
-Release:        14.svn12281%{?dist}
+Release:        15.svn12281%{?dist}
 Summary:        Library of functions for making scientific plots
 
 Group:          Applications/Engineering
@@ -409,6 +409,8 @@ export ITCL_LIBRARY=%{_libdir}/tcl8.5/itcl3.4
 LOGFILE=`mktemp`
 %ifarch ppc ppc64
 ctest -V -E 'compare|ocaml|qt' &> $LOGFILE
+%else %ifarch %{arm}
+ctest -V -E 'compare|java|qt' &> $LOGFILE
 %else
 ctest -V -E 'compare|qt' &> $LOGFILE || (cat $LOGFILE && exit 1)
 %endif
@@ -685,6 +687,9 @@ fi
 
 
 %changelog
+* Sun Apr 21 2013 Peter Robinson <pbrobinson at fedoraproject.org> 5.9.9-15.svn12281
+- Fix building on ARM
+
 * Fri Jan 25 2013 Orion Poplawski <orion at cora.nwra.com> - 5.9.9-14.svn12281
 - Rebuild for gcc 4.8
 


More information about the scm-commits mailing list