rpms/qt/devel qt.spec,1.343,1.344

Rex Dieter rdieter at fedoraproject.org
Sat Oct 10 14:19:57 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/qt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30017

Modified Files:
	qt.spec 
Log Message:
help lrelease find/run just-built libs



Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -p -r1.343 -r1.344
--- qt.spec	10 Oct 2009 11:09:18 -0000	1.343
+++ qt.spec	10 Oct 2009 14:19:55 -0000	1.344
@@ -57,8 +57,6 @@ Patch53: qt-x11-opensource-src-4.5.0-fix
 # fix invalid assumptions about mysql_config --libs
 # http://bugzilla.redhat.com/440673
 Patch54: qt-x11-opensource-src-4.5.1-mysql_config.patch
-# fix translations build (work-in-progress)
-#Patch55: qt-x11-opensource-src-4.5.3-translations_buildfix.patch
 
 # security patches
 
@@ -509,7 +507,8 @@ done
 make %{?_smp_mflags}
 
 # recreate .qm files
-bin/lrelease translations/*.ts
+LD_LIBRARY_PATH=`pwd`/lib bin/lrelease translations/*.ts
+
 
 %install
 rm -rf %{buildroot}




More information about the scm-commits mailing list