From 69ab5bfb6c77247fe2dac4bb03062909e597b4b2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 1 Aug 2023 11:57:39 +0200 Subject: [PATCH] Run make check Disable it for now on s390x where we have unexpected failures that need investigating, but enable it on all other arches. --- librsvg2.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/librsvg2.spec b/librsvg2.spec index 35c8c9f..eed1aee 100644 --- a/librsvg2.spec +++ b/librsvg2.spec @@ -126,6 +126,13 @@ chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader # Not useful in this package. rm -f %{buildroot}%{_pkgdocdir}/COMPILING.md +%if %{with check} +%ifnarch s390x +%check +%make_build check +%endif +%endif + %files %doc code-of-conduct.md NEWS README.md %license COPYING.LIB