rpms/xmms/devel xmms.spec,1.17,1.18

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 2 09:44:36 UTC 2006


Author: thias

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

Modified Files:
	xmms.spec 
Log Message:
Workaround for FC5.



Index: xmms.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xmms.spec	1 Mar 2006 10:56:05 -0000	1.17
+++ xmms.spec	2 Mar 2006 09:44:36 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: The X MultiMedia System, a media player
 Name: xmms
 Version: 1.2.10
-Release: 21%{?dist}
+Release: 22%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
@@ -128,6 +128,9 @@
 # Create empty Skins directory to be included
 %{__mkdir_p} %{buildroot}%{_datadir}/xmms/Skins/
 
+# On FC5 x86_64, this gets created even though we pass --disable-static
+%{__rm} -f %{buildroot}%{_libdir}/xmms/General/libsong_change.a
+
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -175,6 +178,9 @@
 
 
 %changelog
+* Thu Mar  2 2006 Matthias Saou <http://freshrpms.net/> 1:1.2.10-22
+- Remove /usr/lib64/xmms/General/libsong_change.a (fix for FC5 x86_64...).
+
 * Mon Feb 13 2006 Matthias Saou <http://freshrpms.net/> 1:1.2.10-21
 - Remove gtk libs from xmms-config output, as they are only really needed for
   static linking, which we no longer support (#182267).




More information about the scm-commits mailing list