[gtkd] exclude arm

MERCIER Jonathan bioinfornatics at fedoraproject.org
Tue Oct 29 15:27:46 UTC 2013


commit d3d9fd7e28281f3ab95af9a9cb39e192cfffd6fe
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Tue Oct 29 16:27:52 2013 +0100

    exclude arm

 gtkd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gtkd.spec b/gtkd.spec
index cd0e9ce..0448dfe 100644
--- a/gtkd.spec
+++ b/gtkd.spec
@@ -27,7 +27,11 @@ BuildRequires:  ldc, ldc-phobos-devel, ldc-druntime-devel, gtk2-devel
 # Explicit require since gtkd use dlopen internally so rpm can't detect this.
 Requires:       atk, gtk2, gdk-pixbuf2, pango, cairo, gdk-pixbuf2, libglade2
 Requires:       mesa-libGL, mesa-libGLU, gtksourceview2
-Requires:       gstreamer, gstreamer-plugins-base
+Requires:       gstreamer, gstreamer-plugins-basexz
+
+# https://github.com/ldc-developers/ldc/issues/116
+ExcludeArch:    %{arm}
+
 
 %description
 GTK+ is a highly usable, feature rich toolkit for creating graphical user


More information about the scm-commits mailing list