|
@@ -1,14 +1,13 @@
|
|
Name: help2man
|
|
Name: help2man
|
|
Summary: Create simple man pages from --help output
|
|
Summary: Create simple man pages from --help output
|
|
Summary(ja): --help の出力から簡単なマニュアルページを生成するツール
|
|
Summary(ja): --help の出力から簡単なマニュアルページを生成するツール
|
|
-Version: 1.39.2
|
|
+Version: 1.40.1
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://www.gnu.org/software/help2man
|
|
URL: http://www.gnu.org/software/help2man
|
|
Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.gz
|
|
Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.gz
|
|
-Source1: help2man.ja.po
|
|
+Source1: help2man-%{version}.ja.po
|
|
-Patch0: help2man-fix-strftime.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
Requires(post): /sbin/install-info
|
|
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
|
|
way to generate a placeholder man page pointing to that resource while
|
|
still providing some useful information.
|
|
still providing some useful information.
|
|
|
|
|
|
|
|
+%description -l ja
|
|
|
|
+help2man は、プログラムの --help および --version オプションの出力から
|
|
|
|
+簡単なマニュアルページを生成するスクリプトです。
|
|
|
|
+
|
|
|
|
+ほとんどの GNU 文書は現在 info 形式であるため、有益な情報が info で提供
|
|
|
|
+されていることを指し示すセクションをマニュアルページに生成する方法も
|
|
|
|
+提供しています。
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q -n help2man-%{version}
|
|
%setup -q -n help2man-%{version}
|
|
-%patch0 -p1
|
|
|
|
iconv -f ISO-8859-1 -t utf-8 THANKS > THANKS~
|
|
iconv -f ISO-8859-1 -t utf-8 THANKS > THANKS~
|
|
mv THANKS~ THANKS
|
|
mv THANKS~ THANKS
|
|
%{__cp} %{SOURCE1} po/ja.po
|
|
%{__cp} %{SOURCE1} po/ja.po
|
|
-# add Japanese locale
|
|
|
|
-echo "ja ja_JP.utf8" >> locales
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
@@ -103,6 +107,11 @@ fi
|
|
%lang(vi) %{_mandir}/vi/man1/*
|
|
%lang(vi) %{_mandir}/vi/man1/*
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Fri May 06 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.39.2-3
|
|
- add Patch0. (use gettext for format of strftime.)
|
|
- add Patch0. (use gettext for format of strftime.)
|
|
- update translation.
|
|
- update translation.
|