rpms/gnome-bluetooth/devel gnome-bluetooth.spec,1.93,1.94

Bastien Nocera hadess at fedoraproject.org
Tue Sep 29 10:38:32 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gnome-bluetooth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22714

Modified Files:
	gnome-bluetooth.spec 
Log Message:
Disable SMP build


Index: gnome-bluetooth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-bluetooth/devel/gnome-bluetooth.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -p -r1.93 -r1.94
--- gnome-bluetooth.spec	29 Sep 2009 01:12:22 -0000	1.93
+++ gnome-bluetooth.spec	29 Sep 2009 10:38:32 -0000	1.94
@@ -61,11 +61,13 @@ This package contains the libraries amd 
 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




More information about the scm-commits mailing list