From 37d9e50805257c81be74727fad04f370d5ecfae8 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 26 Feb 2015 15:41:40 +0100 Subject: [PATCH] disable tests on arm to get this built --- libcmis.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcmis.spec b/libcmis.spec index 909394d..62ab4f1 100644 --- a/libcmis.spec +++ b/libcmis.spec @@ -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