From 4018ad508ca308f7f83f270d8411f5748d6f4ecc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 18 Oct 2014 14:51:19 -0500 Subject: [PATCH] skip bootstrap, I think we can avoid it this time --- qt5-qtbase.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index af14217..61451d4 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -15,8 +15,6 @@ %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) -%global bootstrap 1 - # 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 @@ -802,7 +800,7 @@ fi * Sat Oct 18 2014 Rex Dieter - 5.4.0-0.1.beta - 5.4.0-beta - avoid extra -devel deps by moving *Plugin.cmake files to base pkgs -- disable -doc,-examples to bootstrap other 5.4.0 modules +- support bootstrap macro, to disable -doc,-examples * Mon Oct 13 2014 Jan Grulich 5.3.2-3 - QFileDialog: implement getOpenFileUrl and friends for real