From 428f053f25891c90ad701fcc70c34c4f6ee57075 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 23 Jan 2019 08:35:34 -0600 Subject: [PATCH] disable bootstrap --- plasma-breeze.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/plasma-breeze.spec b/plasma-breeze.spec index 6d9ff4f..c4726f1 100644 --- a/plasma-breeze.spec +++ b/plasma-breeze.spec @@ -1,5 +1,5 @@ - -%global bootstrap 1 +## bootstrap, omit problematic optional build deps) +#global bootstrap 1 %global base_name breeze @@ -7,7 +7,7 @@ Name: plasma-breeze Version: 5.14.90 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop License: GPLv2+ @@ -47,7 +47,9 @@ BuildRequires: kf5-rpm-macros BuildRequires: libxcb-devel BuildRequires: fftw-devel -%if ! 0%{?bootstrap} +## appears to be not required anymore, commenting out for now -- rex +#if ! 0%{?bootstrap} +%if 0 # required kpackage plugins BuildRequires: plasma-packagestructure %endif @@ -192,6 +194,9 @@ mv %{buildroot}%{_kf5_datadir}/kconf_update/kde4breeze.upd \ %changelog +* Wed Jan 23 2019 Rex Dieter - 5.14.90-2 +- disable bootstrap + * Sun Jan 20 2019 Martin Kyral - 5.14.90-1 - 5.14.90 - enable bootstrap