[matreshka] Use GNAT_arches rather than an explicit list

Peter Robinson pbrobinson at fedoraproject.org
Sat May 17 12:41:35 UTC 2014


commit 98d24454c019093a5245792e5f37726036852d88
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat May 17 13:41:24 2014 +0100

    Use GNAT_arches rather than an explicit list

 matreshka.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/matreshka.spec b/matreshka.spec
index 86b1c2a..f6d0502 100644
--- a/matreshka.spec
+++ b/matreshka.spec
@@ -1,7 +1,7 @@
 %define _gprdir %_GNAT_project_dir
 Name:       matreshka
 Version:    0.6.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Set of Ada libraries to help to develop information systems
 Group:      System Environment/Libraries
 License:    BSD
@@ -14,7 +14,7 @@ BuildRequires:   gprbuild valgrind
 BuildRequires:   postgresql-devel sqlite-devel
 
 # gcc-gnat only available on these:
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 alpha
+ExclusiveArch: %{GNAT_arches}
 
 %description
 Matreshka is a set of Ada libraries to help to develop information systems.
@@ -424,6 +424,9 @@ chrpath --delete %{buildroot}%{_libdir}/lib*
 %files amf-mofext-devel -f .objs/amf_mofext-devel.files
 
 %changelog
+* Sat May 17 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.6.0-3
+- Use GNAT_arches rather than an explicit list
+
 * Wed May  7 2014 Pavel Zhukov <landgraf at fedoraproject.org> - 0.6.0-2
 - Rebuild with new libgnat
 


More information about the scm-commits mailing list