From f4a79f061e4a32af0df64d17cdf0aeaec982c630 Mon Sep 17 00:00:00 2001 From: dillon chen Date: Tue, 9 Jun 2020 16:33:38 +0800 Subject: [PATCH] skip check --- gtk-doc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index 5831250..42f292d 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,6 +1,8 @@ %global debug_package %{nil} %global __python %{__python3} +%bcond_with check + Name: gtk-doc Version: 1.32 Release: 1 @@ -33,7 +35,9 @@ export PYTHON=%{__python3} %make_install %check -make check +%if %{with check} + make check +%endif %files %doc README doc/* examples