From 1363f7fc0f3cd4c6a186d3f516d832788e746060 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 4 Dec 2014 14:30:52 -0600 Subject: [PATCH] skip docs on el6, qdoc crashes (QTBUG-43057) See also: https://bugreports.qt-project.org/browse/QTBUG-43057 --- qt5-qtbase.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index a6d9166..779ee9e 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -18,7 +18,8 @@ # define to build docs, need to undef this for bootstrapping # where qt5-qttools builds are not yet available # only primary archs (for now), allow secondary to bootstrap -%if ! 0%{?bootstrap} +# skip docs on el6, qdoc crashes: https://bugreports.qt-project.org/browse/QTBUG-43057 +%if ! 0%{?bootstrap} && ! 0%{?rhel} == 6 %ifarch %{arm} %{ix86} x86_64 %define docs 1 %endif