diff --git a/qt5-qtxmlpatterns.spec b/qt5-qtxmlpatterns.spec index 40d7df6..fd2ec0b 100644 --- a/qt5-qtxmlpatterns.spec +++ b/qt5-qtxmlpatterns.spec @@ -1,14 +1,23 @@ %global qt_module qtxmlpatterns +# 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 %define prerelease beta2 Summary: Qt5 - QtXmlPatterns component Name: qt5-%{qt_module} Version: 5.6.0 -Release: 0.3%{?dist} +Release: 0.4%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -35,6 +44,7 @@ Requires: qt5-qtbase-devel%{?_isa} Summary: API documentation for %{name} License: GFDL Requires: %{name} = %{version}-%{release} +BuildRequires: qt5-qdoc BuildRequires: qt5-qhelpgenerator BuildArch: noarch %description doc @@ -130,6 +140,9 @@ popd %changelog +* Sat Dec 05 2015 Rex Dieter 5.6.0-0.4 +- (re)enable bootstrap + * Sat Dec 05 2015 Helio Chissini de Castro - 5.6.0-0.2 - Beta 2