From 6ff181f6d6e46646b93484aa18d7f593ca1e2210 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 29 Sep 2009 10:38:32 +0000 Subject: [PATCH] Disable SMP build --- gnome-bluetooth.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 977a1e2..bbfadb5 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -61,11 +61,13 @@ This package contains the libraries amd header files that are needed for writing applications that require a Bluetooth device selection widget. %prep -%setup -q -n gnome-bluetooth-%{version} +%setup -q %build %configure --disable-desktop-update --disable-icon-update -make %{?_smp_mflags} +# FIXME +# make %{?_smp_mflags} +make %install