From 674b3a8d29c1e9d4a27b90241adbcb6556ad7bae24709ae67f3b7a4056b316e6 Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Thu, 22 Aug 2019 14:50:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=23 --- zimg.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zimg.spec b/zimg.spec index 8c93b6d..7a1b4e7 100644 --- a/zimg.spec +++ b/zimg.spec @@ -72,6 +72,8 @@ make %{?_smp_mflags} V=1 rm -rf %{buildroot}%{_datadir}/doc/zimg find %{buildroot} -type f -name "*.la" -delete -print +# test suite is broken on other platforms, upstream informed +%ifarch x86_64 %check make clean %configure \ @@ -83,6 +85,7 @@ make clean make %{?_smp_mflags} V=1 make %{?_smp_mflags} V=1 test/unit_test test/unit_test +%endif %post -n libzimg%{sover} -p /sbin/ldconfig %postun -n libzimg%{sover} -p /sbin/ldconfig