[graphviz] Disable R bindings on aarch64 for the moment

Peter Robinson pbrobinson at fedoraproject.org
Sat Dec 28 21:05:20 UTC 2013


commit afe4386caa94e0e74a1cf4a816360b9021e561a3
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Dec 28 21:05:10 2013 +0000

    Disable R bindings on aarch64 for the moment

 graphviz.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/graphviz.spec b/graphviz.spec
index 6ae36ca..24e6672 100644
--- a/graphviz.spec
+++ b/graphviz.spec
@@ -12,7 +12,11 @@
 %endif
 
 %global DEVIL  1
+%ifarch aarch64
+%global ARRRR  0
+%else
 %global ARRRR  1
+%endif
 
 # Build with QT applications (currently only gvedit)
 # Disabled until the package gets better structuring, see bug #447133
@@ -48,7 +52,7 @@
 Name:			graphviz
 Summary:		Graph Visualization Tools
 Version:		2.34.0
-Release:		5%{?dist}
+Release:		6%{?dist}
 Group:			Applications/Multimedia
 License:		EPL
 URL:			http://www.graphviz.org/
@@ -552,6 +556,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Dec 28 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.34.0-6
+- Disable R bindings on aarch64 for the moment
+
 * Thu Dec 19 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.34.0-5
 - No mono on aarch64
 


More information about the scm-commits mailing list