Disable test on arm for now

This commit is contained in:
Mamoru TASAKA 2015-07-07 11:07:30 +09:00
parent 00304ff0c7
commit cdac5ffd5e
1 changed files with 8 additions and 1 deletions

View File

@ -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 <mtasaka@fedoraproject.org> - 8.2.1-6
- Disable test on arm for now
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild