SPECS: qt.spec - updated to 3.3.7, fix cups detection on x86-64.

pluto pluto at pld-linux.org
Sun Oct 22 15:01:01 CEST 2006


Author: pluto                        Date: Sun Oct 22 13:01:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3.3.7, fix cups detection on x86-64.

---- Files affected:
SPECS:
   qt.spec (1.359 -> 1.360) 

---- Diffs:

================================================================
Index: SPECS/qt.spec
diff -u SPECS/qt.spec:1.359 SPECS/qt.spec:1.360
--- SPECS/qt.spec:1.359	Sat May 27 01:23:42 2006
+++ SPECS/qt.spec	Sun Oct 22 15:00:52 2006
@@ -20,7 +20,7 @@
 %define		_withsql	1
 %{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}
 
-%define		_ver		3.3.6
+%define		_ver		3.3.7
 
 Summary:	The Qt3 GUI application framework
 Summary(es):	Biblioteca para ejecutar aplicaciones GUI Qt
@@ -28,7 +28,7 @@
 Summary(pt_BR):	Estrutura para rodar aplicaçőes GUI Qt
 Name:		qt
 Version:	%{_ver}
-Release:	2
+Release:	1
 Epoch:		6
 License:	GPL/QPL
 Group:		X11/Libraries
@@ -713,7 +713,7 @@
 export LD_LIBRARY_PATH=$QTDIR/%{_lib}:$LD_LIBRARY_PATH
 
 if [ "%{_lib}" != "lib" ] ; then
-	ln -s lib "%{_lib}"
+	ln -sf lib "%{_lib}"
 fi
 
 # pass OPTFLAGS to build qmake itself with optimization
@@ -730,6 +730,7 @@
 	-verbose \
 	-prefix %{_prefix} \
 	-libdir %{_libdir} \
+	-L%{_libdir} \
 	-headerdir %{_includedir}/qt \
 	-datadir %{_datadir}/qt \
 	-docdir %{_docdir}/%{name}-doc \
@@ -745,7 +746,7 @@
 	-ipv6 \
 	-I%{_includedir}/postgresql/server \
 	-I%{_includedir}/mysql \
-	%{!?with_cups:-no-cups} \
+	%{!?with_cups:-no}-cups \
 	%{?with_nas:-system-nas-sound} \
 	%{?with_dlopen_gl:-dlopen-opengl} \
 	%{?with_pch:-pch} \
@@ -1252,6 +1253,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.360  2006/10/22 13:00:52  pluto
+- updated to 3.3.7, fix cups detection on x86-64.
+
 Revision 1.359  2006/05/26 23:23:42  qboosh
 - s/libungif/giflib/ in deps
 
================================================================

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



More information about the pld-cvs-commit mailing list