From c3813010f2fab9044ce1e2c0fc458de0ee1dcf06 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Jul 2017 14:23:12 -0500 Subject: [PATCH] skip tests an slow archs (%arm) --- kdecoration.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kdecoration.spec b/kdecoration.spec index bc55359..28b709d 100644 --- a/kdecoration.spec +++ b/kdecoration.spec @@ -3,13 +3,16 @@ #global bootstrap 1 %if !0%{?bootstrap} +# avoid slow arm archs for now +%ifnarch %{arm} %global tests 1 %endif +%endif Name: kdecoration Summary: A plugin-based library to create window decorations Version: 5.10.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 URL: https://cgit.kde.org/%{name}.git @@ -93,6 +96,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Jul 02 2017 Rex Dieter - 5.10.3-3 +- skip tests an slow archs (%%arm) + * Sun Jul 02 2017 Rex Dieter - 5.10.3-2 - add %%check, support %%bootstrap