rpms/xmms/devel xmms.spec,1.9,1.10

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat May 28 12:29:57 UTC 2005


Author: thias

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

Modified Files:
	xmms.spec 
Log Message:
Rebuild with explicit --with-pic to allow flac plugin to compile against libxmms on x86_64. Not 100% this is the correct/best solution, especially if the xmms binary is now built with pic too.



Index: xmms.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xmms.spec	5 May 2005 10:55:05 -0000	1.9
+++ xmms.spec	28 May 2005 12:29:55 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: The X MultiMedia System, a media player which resembles Winamp
 Name: xmms
 Version: 1.2.10
-Release: 17
+Release: 18
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
@@ -77,7 +77,8 @@
 %configure --disable-dependency-tracking \
   --enable-kanji \
   --enable-texthack \
-  --enable-ipv6
+  --enable-ipv6 \
+  --with-pic
 
 make
 
@@ -145,6 +146,10 @@
 %{_libdir}/lib*.so
 
 %changelog
+* 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.
+
 * Thu May  5 2005 Matthias Saou <http://freshrpms.net/> 1:1.2.10-17
 - Don't have scriplets fail if update-desktop-database returns an error.
 




More information about the fedora-extras-commits mailing list