rpms/qt4-qsa/devel qt4-qsa.spec,1.5,1.6

Frank Büttner (frankb) fedora-extras-commits at redhat.com
Mon Aug 7 09:50:29 UTC 2006


Author: frankb

Update of /cvs/extras/rpms/qt4-qsa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17852

Modified Files:
	qt4-qsa.spec 
Log Message:
fix EMT64 build



Index: qt4-qsa.spec
===================================================================
RCS file: /cvs/extras/rpms/qt4-qsa/devel/qt4-qsa.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt4-qsa.spec	7 Aug 2006 09:37:53 -0000	1.5
+++ qt4-qsa.spec	7 Aug 2006 09:50:28 -0000	1.6
@@ -1,7 +1,7 @@
 Name:		qt4-qsa
 Summary:	Qt Script for Applications
 Version:	1.2.1
-Release:	15%{?dist}
+Release:	16%{?dist}
 BuildRequires:	qt4-devel => 4.2
 URL:		http://www.trolltech.com/products/qt/addon/qsa
 
@@ -15,7 +15,11 @@
 
 # fix the the broken include path
 %define qtinc %{qtdir}/include
+%ifarch x86_64
+%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)/qt4/lib64
+%else
 %define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)/qt4/lib
+%endif
 
 #%%define qtinc %(qmake4 -query QT_INSTALL_HEADERS)
 #%%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)
@@ -94,6 +98,9 @@
 %doc doc/html
 
 %changelog 
+* Mon Aug 07 2006 Frank Büttner  <frank-buettner at gmx.net> - 1.2.1-16%{?dist}
+- fix build for EMT64
+
 * Mon Aug 07 2006 Frank Büttner  <frank-buettner at gmx.net> - 1.2.1-15%{?dist}
 - Try to bypass the broken paths in the Qt4 package.
   Not nice, but no other way until the Qt4 package will be corrected.




More information about the fedora-extras-commits mailing list