devel/xmms xmms.spec,1.22,1.23

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Thu Jun 8 02:17:48 UTC 2006


Author: katzj

Update of /cvs/extras/devel/xmms
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24712

Modified Files:
	xmms.spec 
Log Message:
* Wed Jun  7 2006 Jeremy Katz <katzj at redhat.com> - 1:1.2.10-26
- don't use parallel make to try to stop the build hang



Index: xmms.spec
===================================================================
RCS file: /cvs/extras/devel/xmms/xmms.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xmms.spec	25 May 2006 12:26:59 -0000	1.22
+++ xmms.spec	8 Jun 2006 02:17:48 -0000	1.23
@@ -4,7 +4,7 @@
 
 Name:           xmms
 Version:        1.2.10
-Release:        25%{?dist}
+Release:        26%{?dist}
 Epoch:          1
 Summary:        The X MultiMedia System, a media player
 
@@ -122,7 +122,7 @@
     --with-pic \
     --disable-static
 find . -name Makefile | xargs sed -i -e s/-lpthread//g # old libtool, x86_64
-make %{?_smp_mflags}
+make
 
 %{__cc} $RPM_OPT_FLAGS -fPIC -shared -Wl,-soname -Wl,librh_mp3.so \
     -o librh_mp3.so -I. $(gtk-config --cflags gtk) %{SOURCE3}
@@ -193,6 +193,9 @@
 
 
 %changelog
+* Wed Jun  7 2006 Jeremy Katz <katzj at redhat.com> - 1:1.2.10-26
+- don't use parallel make to try to stop the build hang
+
 * Thu May 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 1:1.2.10-25
 - Avoid multilib conflicts in -devel, introducing xmms.pc.
 - Include license text in -libs.




More information about the fedora-extras-commits mailing list