Author: baggins Date: Thu May 10 06:40:12 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 3 - fix Green locale dir - don't package unstranslated strings
---- Files affected: packages/tcsh: tcsh.spec (1.92 -> 1.93) ---- Diffs: ================================================================ Index: packages/tcsh/tcsh.spec diff -u packages/tcsh/tcsh.spec:1.92 packages/tcsh/tcsh.spec:1.93 --- packages/tcsh/tcsh.spec:1.92 Thu May 10 08:09:57 2012 +++ packages/tcsh/tcsh.spec Thu May 10 08:40:07 2012 @@ -18,7 +18,7 @@ Summary(uk.UTF-8): Покращена верся csh Name: tcsh Version: 6.18.01 -Release: 2 +Release: 3 License: distributable Group: Applications/Shells Source0: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz @@ -146,6 +146,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{gr,el} + %if %{with static} install tcsh.static $RPM_BUILD_ROOT%{_bindir} %endif @@ -203,13 +205,13 @@ %attr(755,root,root) %{_bindir}/csh %attr(755,root,root) %{_bindir}/tcsh -%{_datadir}/locale/C/LC_MESSAGES/tcsh.cat +#%{_datadir}/locale/C/LC_MESSAGES/tcsh.cat %lang(de) %{_datadir}/locale/de/LC_MESSAGES/tcsh.cat +%lang(el) %{_datadir}/locale/el/LC_MESSAGES/tcsh.cat %lang(es) %{_datadir}/locale/es/LC_MESSAGES/tcsh.cat %lang(et) %{_datadir}/locale/et/LC_MESSAGES/tcsh.cat %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/tcsh.cat %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/tcsh.cat -%lang(gr) %{_datadir}/locale/gr/LC_MESSAGES/tcsh.cat %lang(it) %{_datadir}/locale/it/LC_MESSAGES/tcsh.cat %lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/tcsh.cat %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/tcsh.cat @@ -228,6 +230,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.93 2012/05/10 06:40:07 baggins +- rel 3 +- fix Green locale dir +- don't package unstranslated strings + Revision 1.92 2012/05/10 06:09:57 baggins - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/tcsh/tcsh.spec?r1=1.92&r2=1.93 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
