Author: qboosh Date: Sat Jun 23 16:19:51 2012 GMT Module: packages Tag: HEAD ---- Log message: - properly package Ukrainian locale - release 4
---- Files affected: packages/tcsh: tcsh.spec (1.94 -> 1.95) ---- Diffs: ================================================================ Index: packages/tcsh/tcsh.spec diff -u packages/tcsh/tcsh.spec:1.94 packages/tcsh/tcsh.spec:1.95 --- packages/tcsh/tcsh.spec:1.94 Thu May 10 08:40:42 2012 +++ packages/tcsh/tcsh.spec Sat Jun 23 18:19:46 2012 @@ -18,7 +18,7 @@ Summary(uk.UTF-8): Покращена верся csh Name: tcsh Version: 6.18.01 -Release: 3 +Release: 4 License: distributable Group: Applications/Shells Source0: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz @@ -146,7 +146,10 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# fix lang code %{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{gr,el} +# it's Ukrainian in UTF-8, not Russian in KOI8-U +%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{ru_UA.koi8u,uk} %if %{with static} install tcsh.static $RPM_BUILD_ROOT%{_bindir} @@ -216,7 +219,9 @@ %lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/tcsh.cat %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/tcsh.cat %lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/tcsh.cat -%{_mandir}/man1/* +%lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/tcsh.cat +%{_mandir}/man1/csh.1* +%{_mandir}/man1/tcsh.1* %if %{with static} %files static @@ -230,6 +235,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.95 2012/06/23 16:19:46 qboosh +- properly package Ukrainian locale +- release 4 + Revision 1.94 2012/05/10 06:40:42 baggins - typo in changelog ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/tcsh/tcsh.spec?r1=1.94&r2=1.95 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
