From f98ff2f12faec1164c2f4beaf50a368887528314 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jul 29 2015 16:31:18 +0000 Subject: docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping --- diff --git a/qt5-qtwebchannel.spec b/qt5-qtwebchannel.spec index 18b62ea..46cabdc 100644 --- a/qt5-qtwebchannel.spec +++ b/qt5-qtwebchannel.spec @@ -1,12 +1,21 @@ %global qt_module qtwebchannel + # 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 +#global bootstrap 1 + +%if ! 0%{?bootstrap} +%ifarch %{arm} %{ix86} x86_64 %define docs 1 +%endif +%endif Summary: Qt5 - WebChannel component Name: qt5-%{qt_module} Version: 5.5.0 -Release: 2%{?dist} +Release: 3%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://doc.qt.io/qt-5/licensing.html @@ -44,8 +53,7 @@ Requires: qt5-qtbase-devel%{?_isa} Summary: API documentation for %{name} License: GFDL Requires: %{name} = %{version}-%{release} -# for qhelpgenerator -BuildRequires: qt5-qttools-devel +BuildRequires: qt5-qhelpgenerator BuildArch: noarch %description doc %{summary}. @@ -128,6 +136,9 @@ popd %changelog +* Wed Jul 29 2015 Rex Dieter 5.5.0-3 +- -docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping + * Thu Jul 16 2015 Rex Dieter 5.5.0-2 - tighten qtbase dep (#1233829)