[plplot] User GNAT_arches for Adda arch conditionals rather than specific list

Peter Robinson pbrobinson at fedoraproject.org
Tue May 13 11:07:58 UTC 2014


commit 1ee3a63909a28a5252450775cba95df5b9d442ac
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 13 12:07:43 2014 +0100

    User GNAT_arches for Adda arch conditionals rather than specific list

 plplot.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/plplot.spec b/plplot.spec
index afffaa6..fb0a182 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -9,7 +9,7 @@
 %bcond_with pdl
 
 # conditionalize Ada support
-%ifarch %{sparc} s390 s390x %{arm}
+%ifnarch %{GNAT_arches}
 %bcond_with ada
 %else
 %bcond_without ada
@@ -26,7 +26,7 @@
 
 Name:           plplot
 Version:        5.10.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Library of functions for making scientific plots
 
 Group:          Applications/Engineering
@@ -725,6 +725,9 @@ fi
 
 
 %changelog
+* Tue May 13 2014 Peter Robinson <pbrobinson at fedoraproject.org> 5.10.0-5
+- User GNAT_arches for Adda arch conditionals rather than specific list
+
 * Thu Apr 10 2014 Orion Poplawski <orion at cora.nwra.com> - 5.10.0-4
 - Rebuild for gcc 4.9.0
 


More information about the scm-commits mailing list