rpms/banshee/devel banshee.spec,1.2,1.3

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Mon Mar 6 22:43:20 UTC 2006


Author: caillon

Update of /cvs/extras/rpms/banshee/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15215

Modified Files:
	banshee.spec 
Log Message:
* Mon Mar  6 2006 Christopher Aillon <caillon at redhat.com> 0.10.6-3
- Don't build with smp_mflags, as parallel make causes the build to fail



Index: banshee.spec
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- banshee.spec	4 Mar 2006 16:44:37 -0000	1.2
+++ banshee.spec	6 Mar 2006 22:43:19 -0000	1.3
@@ -1,6 +1,6 @@
 Name:    banshee
 Version: 0.10.6
-Release: 2
+Release: 3
 Summary: easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -38,7 +38,7 @@
 %build
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
 %configure  --disable-docs --with-gstreamer-0-10
-make %{?_smp_mflags}
+make
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -94,6 +94,9 @@
 %exclude %{_libdir}/banshee/*.la
 
 %changelog
+* Mon Mar  6 2006 Christopher Aillon <caillon at redhat.com> 0.10.6-3
+- Don't build with smp_mflags, as parallel make causes the build to fail
+
 * Sat Mar  4 2006 Christopher Aillon <caillon at redhat.com> 0.10.6-2
 - Rebuild
 




More information about the scm-commits mailing list