Browse Source

unzip: support ja_JP.utf8 locale

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8729 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 9 years ago
parent
commit
6e13978abe
1 changed files with 8 additions and 2 deletions
  1. 8 2
      u/unzip/unzip-vl.spec

+ 8 - 2
u/unzip/unzip-vl.spec

@@ -4,7 +4,7 @@ Summary: A utility for unpacking zip files.
 Summary(ja): zip ファイルを展開するユーティリティ
 Name: unzip
 Version: 6.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 Group: Applications/Archiving
 URL: http://www.info-zip.org/UnZip.html
@@ -34,8 +34,10 @@ Patch8: unzip-6.0-symlink.patch
 # japanese charset support
 # https://gist.github.com/hamano/573753
 Patch200: unzip-6.0-japanese_charset.patch
-# jus ignore -E option, older nls patch use this.
+# just ignore -E option, older nls patch use this.
 Patch201: unzip-6.0-ignore-E-option.patch
+# support ja_JP.utf8 locale
+Patch202: unzip-6.0-japanese_charset-utf8.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -78,6 +80,7 @@ zip と unzip は PKWARE(R) の MS-DOS 用 PKZIP で作成された zip アー
 
 %patch200 -p1 -b .jp
 %patch201 -p1 -b .ignore-E
+%patch202 -p1 -b .utf8
 
 ln -s unix/Makefile Makefile
 
@@ -102,6 +105,9 @@ make prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{_mandir}/man1 ins
 
 
 %changelog
+* Thu Jul 03 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 6.0-2
+- add patch202 to support ja_JP.utf8
+
 * Thu May 22 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 6.0-1
 - update to 6.0
 - replace nls patch.