[Fedora-trans-ja] [Bug 1035606] xxd manpage got garbled in Japanese locale

bugzilla @ redhat.com bugzilla @ redhat.com
2013年 12月 9日 (月) 13:30:33 UTC


https://bugzilla.redhat.com/show_bug.cgi?id=1035606



--- Comment #6 from Masa Oshima <moshima.web @ gmail.com> ---
Created attachment 834320
  --> https://bugzilla.redhat.com/attachment.cgi?id=834320&action=edit
A patch for vim.spec

I wrote patch for vim.spec .

$ diff -Naur vim.spec-7.4.027-2 vim.spec > vim-manpagefixes-ja-1035606.patch
$ 
$ cat vim-manpagefixes-ja-1035606.patch 
--- vim.spec-7.4.027-2    2013-09-11 12:22:45.000000000 +0000
+++ vim.spec    2013-12-09 11:56:07.074830794 +0000
@@ -491,7 +491,7 @@
 rm -rf %{buildroot}/%{_datadir}/vim/%{vimdir}/doc/vim2html.pl
 rm -f %{buildroot}/%{_datadir}/vim/%{vimdir}/tutor/tutor.gr.utf-8~
 ( cd %{buildroot}/%{_mandir}
-  for i in `find ??/ -type f`; do
+  for i in `find ??/ \( -path "ja/*" -prune \) -o -type f -print`; do
     bi=`basename $i`
     iconv -f latin1 -t UTF8 $i > %{buildroot}/$bi
     mv -f %{buildroot}/$bi $i
$ 

Patch:
$ cd your-spec-dir
$ 
$ patch -p0 < vim-manpagefixes-ja-1035606.patch
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JI4DOtl7kl&a=cc_unsubscribe


trans-ja メーリングリストの案内