SPECS: qt4.spec - multilib conflict (hurts with kde4 desktop and skype)

glen glen at pld-linux.org
Tue Mar 31 12:20:24 CEST 2009


Author: glen                         Date: Tue Mar 31 10:20:24 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- multilib conflict (hurts with kde4 desktop and skype)

---- Files affected:
SPECS:
   qt4.spec (1.207 -> 1.208) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.207 SPECS/qt4.spec:1.208
--- SPECS/qt4.spec:1.207	Fri Mar 20 23:13:13 2009
+++ SPECS/qt4.spec	Tue Mar 31 12:20:18 2009
@@ -6,6 +6,17 @@
 #	- more cleanups
 #	- check if translations are available
 #	- check Qt ui tool
+# - QtDBus (and maybe others) not multilib compatible (split pkgs or drop symlinks)
+#   file /usr/bin/qdbus from install of QtDBus-4.5.0-7.i686 conflicts with file from package QtDBus-4.5.0-7.x86_64
+#   file /usr/bin/qdbusviewer from install of QtDBus-4.5.0-7.i686 conflicts with file from package QtDBus-4.5.0-7.x86_64
+#   $ rpm -q QtDBus --filecolor|less
+#   /usr/bin/qdbus  0
+#   /usr/bin/qdbusviewer    0
+#   $ file /usr/bin/qdbus /usr/bin/qdbusviewer
+#   /usr/bin/qdbus:       symbolic link to `../lib/qt4/bin/qdbus'
+#   /usr/bin/qdbusviewer: symbolic link to `../lib/qt4/bin/qdbusviewer'
+#   MORAL: it would be ok if the files were marked as multilib (colors 1 or 2), not symlinks (color 0)
+#   I personally would moved binaries to %{_bindir}
 # - solve dep loops:
 #error: LOOP:
 #error: removing QtGui-4.4.3-1.athlon "Requires(auto): libQtSvg.so.4" from tsort relations.
@@ -2184,6 +2195,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.208  2009/03/31 10:20:18  glen
+- multilib conflict (hurts with kde4 desktop and skype)
+
 Revision 1.207  2009/03/20 22:13:13  arekm
 - moved to dangerous in qt-copy repo, so we drop it
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qt4.spec?r1=1.207&r2=1.208&f=u



More information about the pld-cvs-commit mailing list