From 3cb7a7ee18173aae73fb1b87706ba26ba63936d2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 15 Feb 2019 10:35:03 -0600 Subject: [PATCH] fix bootstrap logic, bootstrap => no_examples --- qt5-qttools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index e57a7ea..9bd7316 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -47,9 +47,9 @@ BuildRequires: pkgconfig(Qt5Qml) %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %if 0%{?bootstrap} +%global no_examples CONFIG-=compile_examples Obsoletes: %{name}-examples < %{version}-%{release} %else -%global no_examples CONFIG-=compile_examples # for qdoc BuildRequires: clang-devel llvm-devel %endif