rpms/xmms/FC-4 xmms.spec,1.11,1.12

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Dec 28 14:27:52 UTC 2005


Author: jwrdegoede

Update of /cvs/extras/rpms/xmms/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26331

Modified Files:
	xmms.spec 
Log Message:
* Wed Dec 28 2005 Hans de Goede <j.w.r.degoede at hhs.nl>  1:1.2.10-19
- Remove -lpthread from all LDFLAGS as this confuses the old libtool
  used by xmms on x86_64 (FE-bug #175493)



Index: xmms.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms/FC-4/xmms.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xmms.spec	7 Dec 2005 11:59:57 -0000	1.11
+++ xmms.spec	28 Dec 2005 14:27:52 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: The X MultiMedia System, a media player
 Name: xmms
 Version: 1.2.10
-Release: 18%{?dist}
+Release: 19%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
@@ -80,7 +80,10 @@
   --enable-texthack \
   --enable-ipv6 \
   --with-pic
-
+for i in `find . -name Makefile`; do
+  cat $i | sed s/-lpthread//g > $i.tmp
+  mv $i.tmp $i
+done
 make
 
 gcc -fPIC $RPM_OPT_FLAGS -shared -Wl,-soname -Wl,librh_mp3.so -o librh_mp3.so \
@@ -147,6 +150,10 @@
 %{_datadir}/aclocal/xmms.m4
 
 %changelog
+* Wed Dec 28 2005 Hans de Goede <j.w.r.degoede at hhs.nl>  1:1.2.10-19
+- Remove -lpthread from all LDFLAGS as this confuses the old libtool
+  used by xmms on x86_64 (FE-bug #175493)
+
 * Sat May 28 2005 Matthias Saou <http://freshrpms.net/> 1:1.2.10-18
 - Build with explicit --with-pic to fix compilation of flac plugin on
   x86_64.




More information about the fedora-extras-commits mailing list