From a949ba1e4c6f449311b9fa8cfdaa3c2d2c30f591 Mon Sep 17 00:00:00 2001 From: Alain Portal Date: Jul 12 2007 12:33:11 +0000 Subject: Disable parallel building until this is fixed by upstream. --- diff --git a/kbackup.spec b/kbackup.spec index 237bd6d..12184c7 100644 --- a/kbackup.spec +++ b/kbackup.spec @@ -1,6 +1,6 @@ Name: kbackup Version: 0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Back up your data in a simple, user friendly way Summary(fr): Sauvegarder vos données de manière simple et conviviale @@ -41,6 +41,7 @@ stockées compressées (bzip2 ou gzip). %configure --disable-rpath +# Parallel building failed, so disable it until this is fixed by upstream #%{__make} %{?_smp_mflags} %{__make} @@ -103,6 +104,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %{_datadir}/mimelnk/text/x-kbp.desktop %changelog +* Thu Jul 12 2007 Alain Portal 0.5.1-7 + - Disable parallel building until this is fixed by upstream + * Thu Jul 12 2007 Alain Portal 0.5.1-6 - Try a build without parallel make support