disable tests on arm to get this built

This commit is contained in:
David Tardon 2015-02-26 15:41:40 +01:00
parent 144933577e
commit 37d9e50805
1 changed files with 2 additions and 0 deletions

View File

@ -68,8 +68,10 @@ rm -f %{buildroot}/%{_libdir}/*.la
%postun -p /sbin/ldconfig
%check
%ifnarch armv7hl
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
make check
%endif
%files
%doc AUTHORS COPYING.* NEWS README