[gnatcoll] Use GNAT_arches rather than an explicit list

Peter Robinson pbrobinson at fedoraproject.org
Tue May 13 10:42:34 UTC 2014


commit 7e03cb5174b2d6dc4ca94fcb5a7fe536372c29fb
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 13 11:42:16 2014 +0100

    Use GNAT_arches rather than an explicit list

 gnatcoll.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnatcoll.spec b/gnatcoll.spec
index bec7776..f29e56e 100644
--- a/gnatcoll.spec
+++ b/gnatcoll.spec
@@ -1,6 +1,6 @@
 Name:       gnatcoll
 Version:    2013
-Release:    5%{?dist}
+Release:    6%{?dist}
 Summary:    Suite of reusable software components and utilities
 Group:      System Environment/Libraries
 License:    GPLv2+
@@ -15,7 +15,7 @@ BuildRequires:   pygtk2-devel postgresql-devel chrpath
 BuildRequires:   gprbuild gcc-gnat readline-devel
 BuildRequires:   sqlite-devel
 # gcc-gnat only available on these:
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 alpha
+ExclusiveArch: %{GNAT_arches}
 
 
 %description
@@ -99,6 +99,9 @@ rm -f %{buildroot}/%{_datadir}/%{name}/dborm.pyo
 
 
 %changelog
+* Tue May 13 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2013-6
+- Use GNAT_arches rather than an explicit list
+
 * Wed May  7 2014 Pavel Zhukov <landgraf at fedoraproject.org> - 2013-5
 - Rebuild with new libgnat
 


More information about the scm-commits mailing list