From cdac5ffd5ed74a6f5af9afea3738e77a116e5da9 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Tue, 7 Jul 2015 11:07:30 +0900 Subject: [PATCH] Disable test on arm for now --- rubygem-glu.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rubygem-glu.spec b/rubygem-glu.spec index fbecb50..1ffa209 100644 --- a/rubygem-glu.spec +++ b/rubygem-glu.spec @@ -4,7 +4,7 @@ Name: rubygem-%{gem_name} Version: 8.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Glu bindings for the opengl gem License: MIT @@ -71,6 +71,10 @@ popd %if 0%{?need_bootstrap} < 1 pushd .%{gem_instdir} +%ifarch %arm +exit 0 +%endif + xvfb-run \ -s "-screen 0 640x480x24" \ ruby \ @@ -96,6 +100,9 @@ popd %doc %{gem_docdir} %changelog +* Tue Jul 7 2015 Mamoru TASAKA - 8.2.1-6 +- Disable test on arm for now + * Thu Jun 18 2015 Fedora Release Engineering - 8.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild