From 71f940bb8675ddece2fa58e3672e0e9142f8a62c Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 7 Dec 2015 13:01:39 +0100 Subject: [PATCH] (Re)add bootstrap macro support --- qt5-qtsvg.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/qt5-qtsvg.spec b/qt5-qtsvg.spec index 76b0151..5a46e21 100644 --- a/qt5-qtsvg.spec +++ b/qt5-qtsvg.spec @@ -1,14 +1,23 @@ %global qt_module qtsvg +# 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 beta1 Summary: Qt5 - Support for rendering and displaying SVG Name: qt5-%{qt_module} Version: 5.6.0 -Release: 0.1%{?dist} +Release: 0.2%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -119,6 +128,9 @@ popd %changelog +* Mon Dec 07 2015 Jan Grulich - 5.6.0-0.2 +- (re)add bootstrap macro support + * Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 - Start to implement 5.6.0 beta