From 61bc80858932520126a614a1d28e901da8b3c14f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jul 29 2015 16:06:10 +0000 Subject: docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping --- diff --git a/qt5-qtmultimedia.spec b/qt5-qtmultimedia.spec index 59074c7..9fcd4fa 100644 --- a/qt5-qtmultimedia.spec +++ b/qt5-qtmultimedia.spec @@ -3,7 +3,14 @@ # 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 # openal not currently supported on epel7, https://bugzilla.redhat.com/1069231 %if 0%{?rhel} != 7 @@ -20,7 +27,7 @@ Summary: Qt5 - Multimedia support Name: qt5-%{qt_module} Version: 5.5.0 -Release: 2%{?dist} +Release: 3%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -67,8 +74,7 @@ Requires: qt5-qtdeclarative-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}. @@ -175,6 +181,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)