[GtkAda] Don't use GNAT_arches for now, the macro must get into the minimal build environment first.

Björn Persson rombobeorn at fedoraproject.org
Thu Jan 5 15:20:37 UTC 2012


commit 32415cb34e829ff5f8358c7e3325e337552d8766
Author: Björn Persson <bjorn at rombobjörn.se>
Date:   Thu Jan 5 16:20:32 2012 +0100

    Don't use GNAT_arches for now, the macro must get into the minimal build environment first.

 GtkAda.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/GtkAda.spec b/GtkAda.spec
index cba902a..fc40f29 100644
--- a/GtkAda.spec
+++ b/GtkAda.spec
@@ -49,7 +49,7 @@ BuildRequires:  libGLU-devel
 BuildRequires:  GConf2-devel
 BuildRequires:  fedora-gnat-project-common >= 3.3
 # Build only on architectures where gcc-gnat is available:
-ExclusiveArch:  %{GNAT_arches}
+ExclusiveArch:  %{ix86} x86_64 ia64 ppc ppc64 alpha
 
 %global common_description_en \
 %{name} is an Ada binding to the graphical toolkit GTK+. It allows you to \


More information about the scm-commits mailing list