SPECS: qt.spec - disable single-threaded build ( it won't work wit...

pluto pluto at pld-linux.org
Sat Jan 27 16:32:11 CET 2007


Author: pluto                        Date: Sat Jan 27 15:32:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable single-threaded build ( it won't work with OpenGL ).
- enable precompiled headers ( Th's gcc supports this ).
- release 8 for rebuild with LD_SYMBOLIC_FUNCTIONS
  which reduces numer of relocations by 7.5k.

---- Files affected:
SPECS:
   qt.spec (1.369 -> 1.370) 

---- Diffs:

================================================================
Index: SPECS/qt.spec
diff -u SPECS/qt.spec:1.369 SPECS/qt.spec:1.370
--- SPECS/qt.spec:1.369	Fri Jan 26 08:17:03 2007
+++ SPECS/qt.spec	Sat Jan 27 16:32:06 2007
@@ -3,7 +3,7 @@
 # Conditional build:
 %bcond_with	dlopen_gl	# dlopen libGL.so and libXmu.so instead of direct linking (NOTE: should dlopen by soname, not *.so like it does now!)
 %bcond_with	nas		# enable NAS audio support
-%bcond_without	single		# don't build single-threaded libraries
+%bcond_with	single		# enable single-threaded libraries
 %bcond_without	static_libs	# don't build static libraries
 %bcond_without	cups		# disable CUPS support
 %bcond_without	mysql		# don't build MySQL plugin
@@ -12,7 +12,7 @@
 %bcond_without	designer	# don't build designer (it takes long)
 %bcond_without	sqlite		# don't build SQLite plugin
 %bcond_with	ibase		# don't build ibase (InterBase/Firebird) plugin
-%bcond_with	pch		# enable pch in qmake
+%bcond_without	pch		# don't enable pch in qmake
 #
 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
 %undefine	with_ibase
@@ -28,7 +28,7 @@
 Summary(pt_BR):	Estrutura para rodar aplicaçőes GUI Qt
 Name:		qt
 Version:	%{_ver}
-Release:	7
+Release:	8
 Epoch:		6
 License:	GPL/QPL
 Group:		X11/Libraries
@@ -1255,6 +1255,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.370  2007/01/27 15:32:06  pluto
+- disable single-threaded build ( it won't work with OpenGL ).
+- enable precompiled headers ( Th's gcc supports this ).
+- release 8 for rebuild with LD_SYMBOLIC_FUNCTIONS
+  which reduces numer of relocations by 7.5k.
+
 Revision 1.369  2007/01/26 07:17:03  arekm
 - omg fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qt.spec?r1=1.369&r2=1.370&f=u



More information about the pld-cvs-commit mailing list