SPECS: qt4.spec - rel 5; working fix

arekm arekm at pld-linux.org
Fri Apr 24 22:29:04 CEST 2009


Author: arekm                        Date: Fri Apr 24 20:29:04 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 5; working fix

---- Files affected:
SPECS:
   qt4.spec (1.214 -> 1.215) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.214 SPECS/qt4.spec:1.215
--- SPECS/qt4.spec:1.214	Fri Apr 24 18:26:37 2009
+++ SPECS/qt4.spec	Fri Apr 24 22:28:58 2009
@@ -77,7 +77,7 @@
 Summary(pt_BR.UTF-8):	Estrutura para rodar aplicações GUI Qt
 Name:		qt4
 Version:	4.5.1
-Release:	4
+Release:	5
 License:	LGPL v2.1 or GPL v3.0
 Group:		X11/Libraries
 Source0:	http://download.qtsoftware.com/qt/source/qt-x11-opensource-src-%{version}.tar.gz
@@ -1490,9 +1490,6 @@
 %{__make} install \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 
-# check whether no other fixes are needed
-mv $RPM_BUILD_ROOT%{_datadir}/locale/ja{_JP,}
-
 # for qt-creator sth is messed up in the Makefile, nothing for make install
 install tools/qdoc3/qdoc3 $RPM_BUILD_ROOT%{_libdir}/qt4/tools/qdoc3
 
@@ -1675,6 +1672,10 @@
 	ifecho demos %{_examplesdir}/qt4-demos/$f
 done
 
+# check whether no other fixes are needed
+mv $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP/LC_MESSAGES/*.* \
+        $RPM_BUILD_ROOT%{_datadir}/locale/ja/LC_MESSAGES/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -2183,6 +2184,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.215  2009/04/24 20:28:58  arekm
+- rel 5; working fix
+
 Revision 1.214  2009/04/24 16:26:37  arekm
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qt4.spec?r1=1.214&r2=1.215&f=u



More information about the pld-cvs-commit mailing list