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.
This commit is contained in:
Kalev Lember 2014-10-14 19:48:00 +02:00
parent 20a653f7ad
commit 331257abe7

View File

@ -129,9 +129,6 @@ make V=1 %{?_smp_mflags}
make install V=1 DESTDIR=$RPM_BUILD_ROOT make install V=1 DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.la rm $RPM_BUILD_ROOT%{_libdir}/*.la
%check
make check V=1 %{?_smp_mflags} ||:
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig