Author: pascalek Date: Wed May 24 22:11:12 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - Release 0.2 - changed iw locale name to he - qt.qm files renamed to qt4.qm to avoid conflicts with qt3
---- Files affected: SPECS: qt4.spec (1.87 -> 1.88) ---- Diffs: ================================================================ Index: SPECS/qt4.spec diff -u SPECS/qt4.spec:1.87 SPECS/qt4.spec:1.88 --- SPECS/qt4.spec:1.87 Wed May 24 22:17:54 2006 +++ SPECS/qt4.spec Thu May 25 00:11:07 2006 @@ -38,7 +38,7 @@ Summary(pt_BR): Estrutura para rodar aplicaçőes GUI Qt Name: qt4 Version: 4.1.3 -Release: 0.1 +Release: 0.2 License: GPL/QPL Group: X11/Libraries Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-%{version}.tar.gz @@ -1062,6 +1062,8 @@ [ ! -f $file ] && continue LANG=`echo $file | sed -r 's:.*/[a-zA-Z]*_(.*).qm:\1:'` MOD=`echo $file | sed -r 's:.*/([a-zA-Z]*)_.*.qm:\1:'` + [ "$LANG" == "iw" ] && LANG=he + [ "$MOD" == "qt" ] && MOD=qt4 mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale/$LANG/LC_MESSAGES cp $file $RPM_BUILD_ROOT%{_datadir}/locale/$LANG/LC_MESSAGES/$MOD.qm done @@ -1238,14 +1240,14 @@ %dir %{_qtdir}/plugins/network %dir %{_qtdir}/plugins/sqldrivers %dir %{_datadir}/qt4 -%lang(ar) %{_datadir}/locale/ar/LC_MESSAGES/qt.qm -%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/qt.qm -%lang(de) %{_datadir}/locale/de/LC_MESSAGES/qt.qm -%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/qt.qm -#%lang(iw) %{_datadir}/locale/iw/LC_MESSAGES/qt.qm -%lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/qt.qm -%lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/qt.qm -%lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/qt.qm +%lang(ar) %{_datadir}/locale/ar/LC_MESSAGES/qt4.qm +%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/qt4.qm +%lang(de) %{_datadir}/locale/de/LC_MESSAGES/qt4.qm +%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/qt4.qm +%lang(iw) %{_datadir}/locale/he/LC_MESSAGES/qt4.qm +%lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/qt4.qm +%lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/qt4.qm +%lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/qt4.qm %files -n QtGui %defattr(644,root,root,755) @@ -1466,6 +1468,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.88 2006/05/24 22:11:07 pascalek +- Release 0.2 +- changed iw locale name to he +- qt.qm files renamed to qt4.qm to avoid conflicts with qt3 + Revision 1.87 2006/05/24 20:17:54 pascalek - removed iw locale from files list (what is the correct name for that locale?) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/qt4.spec?r1=1.87&r2=1.88&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
