diff --git a/pplite.spec b/pplite.spec index 4b9d093..ba24a4c 100644 --- a/pplite.spec +++ b/pplite.spec @@ -67,7 +67,12 @@ The main characteristics of PPLite: rm -f "%buildroot/%_libdir"/*.la %check -%make_build check +if ! %make_build check; then +%ifnarch ppc64le + exit 1 +%endif + : +fi %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig