[zeromq-ada] Use GNAT_arches rather than an explicit list

Peter Robinson pbrobinson at fedoraproject.org
Tue May 13 10:40:01 UTC 2014


commit ae41d75038e1f70fc1e0bee0d1e7e6a4fbef1507
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 13 11:39:43 2014 +0100

    Use GNAT_arches rather than an explicit list

 zeromq-ada.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/zeromq-ada.spec b/zeromq-ada.spec
index 2c1c0a6..69d52bd 100644
--- a/zeromq-ada.spec
+++ b/zeromq-ada.spec
@@ -2,7 +2,7 @@
 
 Name:       zeromq-ada
 Version:    2.1.0
-Release:    13.24032011git%{?dist}
+Release:    14.24032011git%{?dist}
 Summary:    Ada binding for zeromq
 Group:      System Environment/Libraries
 License:    GPLv2+
@@ -21,7 +21,7 @@ BuildRequires: fedora-gnat-project-common >= 2 zeromq-devel >= 2.1
 BuildRequires:  chrpath gcc-gnat
 Requires:    zeromq >= 2.1
 # gcc-gnat only available on these:
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 alpha
+ExclusiveArch: %{GNAT_arches}
 
 %description
 Ada bindings for zeromq
@@ -79,6 +79,9 @@ chrpath --delete %{buildroot}%{_libdir}/zmq/relocatable/libzmqAda.so.%{version}
 %{_datadir}/zmq/*
 
 %changelog
+* Tue May 13 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.1.0-14.24032011git
+- Use GNAT_arches rather than an explicit list
+
 * Sun Apr 20 2014 Pavel Zhukov <landgraf at fedoraproject.org> - 2.1.0-13.24032011git
 - Rebuild with new GCC 
 


More information about the scm-commits mailing list