Browse Source

Patch0の追加と翻訳の修正

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3802 ec354946-7b23-47d6-9f5a-488ba84defc7
yasumichi 13 years ago
parent
commit
6cefdf1fc7
1 changed files with 10 additions and 1 deletions
  1. 10 1
      h/help2man/help2man-vl.spec

+ 10 - 1
h/help2man/help2man-vl.spec

@@ -2,12 +2,13 @@ Name:           help2man
 Summary:        Create simple man pages from --help output
 Summary(ja):    --help の出力から簡単なマニュアルページを生成するツール
 Version:        1.39.2
-Release:        2%{?_dist_release}
+Release:        4%{?_dist_release}
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://www.gnu.org/software/help2man
 Source:         ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.gz
 Source1:	help2man.ja.po
+Patch0:		help2man-fix-strftime.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires(post): /sbin/install-info
@@ -30,6 +31,7 @@ still providing some useful information.
 
 %prep
 %setup -q -n help2man-%{version}
+%patch0 -p1
 iconv -f ISO-8859-1 -t utf-8 THANKS > THANKS~
 mv THANKS~ THANKS
 %{__cp} %{SOURCE1} po/ja.po
@@ -101,6 +103,13 @@ fi
 %lang(vi) %{_mandir}/vi/man1/*
 
 %changelog
+* Fri May 06 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.39.2-3
+- add Patch0. (use gettext for format of strftime.)
+- update translation.
+
+* Tue May 03 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.39.2-3
+- update translation.(Fixed [JM:00259])
+
 * Wed Apr 27 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.39.2-2
 - update translation.(Fixed [VineSeed:23244])