Author: ankry Date: Fri Apr 24 16:18:45 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - real(?) locale fix; rel. 3.1
---- Files affected: SPECS: qt4.spec (1.212 -> 1.213) ---- Diffs: ================================================================ Index: SPECS/qt4.spec diff -u SPECS/qt4.spec:1.212 SPECS/qt4.spec:1.213 --- SPECS/qt4.spec:1.212 Fri Apr 24 13:01:05 2009 +++ SPECS/qt4.spec Fri Apr 24 18:18:39 2009 @@ -77,7 +77,7 @@ Summary(pt_BR.UTF-8): Estrutura para rodar aplicações GUI Qt Name: qt4 Version: 4.5.1 -Release: 3 +Release: 3.1 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,6 +1490,9 @@ %{__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 @@ -1775,7 +1778,7 @@ %lang(es) %{_datadir}/locale/es/LC_MESSAGES/qt4.qm %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/qt4.qm %lang(he) %{_datadir}/locale/he/LC_MESSAGES/qt4.qm -%lang(ja) %{_datadir}/locale/ja_JP/LC_MESSAGES/qt4.qm +%lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/qt4.qm %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/qt4.qm %lang(pt) %{_datadir}/locale/pt/LC_MESSAGES/qt4.qm %lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/qt4.qm @@ -2180,6 +2183,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.213 2009/04/24 16:18:39 ankry +- real(?) locale fix; rel. 3.1 + Revision 1.212 2009/04/24 11:01:05 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qt4.spec?r1=1.212&r2=1.213&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
