[xmlada] Use GNAT_arches rather than an explicit list

Peter Robinson pbrobinson at fedoraproject.org
Tue May 13 10:27:43 UTC 2014


commit f78f125fc775041a600b89bc951f592aed6b36eb
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 13 11:27:28 2014 +0100

    Use GNAT_arches rather than an explicit list

 xmlada.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xmlada.spec b/xmlada.spec
index e252fa4..3441ac2 100644
--- a/xmlada.spec
+++ b/xmlada.spec
@@ -1,6 +1,6 @@
 Name:           xmlada
 Version:        2013
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        XML library for Ada
 Group:          System Environment/Libraries
 License:        GPLv2+
@@ -19,7 +19,7 @@ BuildRequires:  chrpath
 BuildRequires:  gcc-gnat
 BuildRequires:  fedora-gnat-project-common >= 2 
 # xmlada and gcc-gnat only available on these:
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 alpha aarch64
+ExclusiveArch:  %{GNAT_arches}
 
 
 %description
@@ -107,6 +107,9 @@ rm -f %{buildroot}/%{_libdir}/%{name}/static/*
 
 
 %changelog
+* Tue May 13 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2013-6
+- Use GNAT_arches rather than an explicit list
+
 * Tue May 13 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2013-5
 - aarch64 now has Ada
 


More information about the scm-commits mailing list