From fbdeb193a3f6f567213db9b7e05ff864e0d1a9ed Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Mon, 29 Jun 2015 15:01:52 -0300 Subject: [PATCH] - Enable bootstrap --- qt5-qtxmlpatterns.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qt5-qtxmlpatterns.spec b/qt5-qtxmlpatterns.spec index 1d5b3d5..5802965 100644 --- a/qt5-qtxmlpatterns.spec +++ b/qt5-qtxmlpatterns.spec @@ -1,14 +1,18 @@ %global qt_module qtxmlpatterns +%global bootstrap 1 + +%define prerelease rc + # 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} %ifarch %{arm} %{ix86} x86_64 %define docs 1 %endif - -%define prerelease rc +%endif Summary: Qt5 - QtXmlPatterns component Name: qt5-%{qt_module}