From 331257abe78881233b56bc1d71591c774c25e803 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 14 2014 17:48:00 +0000 Subject: Don't run the testsuite Cairo testsuite is never expected to fully pass and as such doesn't add any value when run during the rpm build. --- diff --git a/cairo.spec b/cairo.spec index 8694fb2..9a42d1b 100644 --- a/cairo.spec +++ b/cairo.spec @@ -129,9 +129,6 @@ make V=1 %{?_smp_mflags} make install V=1 DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/*.la -%check -make check V=1 %{?_smp_mflags} ||: - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig