rpms/qt/devel qt.spec,1.340,1.341

Than Ngo than at fedoraproject.org
Sat Oct 10 10:05:21 UTC 2009


Author: than

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

Modified Files:
	qt.spec 
Log Message:
- fix translation build issue



Index: qt.spec
===================================================================
RCS file: /cvs/extras/rpms/qt/devel/qt.spec,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -p -r1.340 -r1.341
--- qt.spec	6 Oct 2009 11:58:13 -0000	1.340
+++ qt.spec	10 Oct 2009 10:05:20 -0000	1.341
@@ -10,7 +10,7 @@ Summary: Qt toolkit
 Name:    qt
 Epoch:   1
 Version: 4.5.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -379,7 +379,6 @@ Qt libraries used for drawing widgets an
 %patch52 -p1 -b .sparc64
 %patch53 -p1 -b .qatomic-inline-asm
 %patch54 -p1 -b .mysql_config
-#patch55 -p1 -b .translations_buildfix
 
 # security fixes
 
@@ -440,8 +439,10 @@ if [ "%{_lib}" == "lib64" ] ; then
   sed -i -e "s,/lib /usr/lib,/%{_lib} /usr/%{_lib},g" config.tests/{unix,x11}/*.test
 fi
 
-# let syncqt to create new header
-rm -rf include
+# let makefile create missing .qm files, the .qm files should be included in qt upstream
+for f in translations/*.ts ; do
+  touch ${f%.ts}.qm
+done
 
 
 %build
@@ -966,6 +967,9 @@ fi
 
 
 %changelog
+* Sat Oct 10 2009 Than Ngo <than at redhat.com> - 4.5.3-4
+- fix translation build issue
+
 * Tue Oct 06 2009 Jaroslav Reznik <jreznik at redhat.com> - 4.5.3-3
 - disable JavaScriptCore JIT, SE Linux crashes (#527079)
 




More information about the fedora-extras-commits mailing list