Browse Source

new upstream release.

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

+ 16 - 7
h/help2man/help2man-vl.spec

@@ -1,14 +1,13 @@
 Name:           help2man
 Summary:        Create simple man pages from --help output
 Summary(ja):    --help の出力から簡単なマニュアルページを生成するツール
-Version:        1.39.2
-Release:        4%{?_dist_release}
+Version:        1.40.1
+Release:        1%{?_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
+Source1:	help2man-%{version}.ja.po
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires(post): /sbin/install-info
@@ -29,14 +28,19 @@ Since most GNU documentation is now in info format, this provides a
 way to generate a placeholder man page pointing to that resource while
 still providing some useful information.
 
+%description -l ja
+help2man は、プログラムの --help および --version オプションの出力から
+簡単なマニュアルページを生成するスクリプトです。
+
+ほとんどの GNU 文書は現在 info 形式であるため、有益な情報が info で提供
+されていることを指し示すセクションをマニュアルページに生成する方法も
+提供しています。
+
 %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
-# add Japanese locale
-echo "ja	ja_JP.utf8" >> locales
 
 %build
 
@@ -103,6 +107,11 @@ fi
 %lang(vi) %{_mandir}/vi/man1/*
 
 %changelog
+* Tue May 31 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.40.1-1
+- new upstream release.(include Japanese locale)
+- delete Patch0. (fixed upstream)
+- translate description.
+
 * Fri May 06 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.39.2-3
 - add Patch0. (use gettext for format of strftime.)
 - update translation.