[florist] Use GNAT_arches rather than an explicit list

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


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

    Use GNAT_arches rather than an explicit list

 florist.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/florist.spec b/florist.spec
index c044c52..c89f0e0 100644
--- a/florist.spec
+++ b/florist.spec
@@ -3,7 +3,7 @@
 %global build_shared 1
 Name:       florist    
 Version:    2011
-Release:    12%{?dist}
+Release:    13%{?dist}
 Summary:    Open-source implementation of IEEE Standard 1003.5b-1996
 Group:      Development/Libraries
 License:    GPLv2+
@@ -18,7 +18,7 @@ BuildRequires:    fedora-gnat-project-common >= 2
 BuildRequires:  chrpath gprbuild autoconf gcc-gnat
 
 # gcc-gnat only available on these:
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 alpha
+ExclusiveArch: %{GNAT_arches}
 
 
 %description
@@ -88,6 +88,9 @@ chrpath --delete %{buildroot}/%{_libdir}/%{name}/libflorist.so
 %endif
 
 %changelog
+* Tue May 13 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2011-13
+- Use GNAT_arches rather than an explicit list
+
 * Wed May  7 2014 Pavel Zhukov <landgraf at fedoraproject.org> - 2011-12
 - Rebuild with new libgnat
 


More information about the scm-commits mailing list