|
@@ -2,12 +2,13 @@ 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.39.2
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 4%{?_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.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
|
|
@@ -30,6 +31,7 @@ still providing some useful information.
|
|
|
|
|
|
%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
|
|
@@ -101,6 +103,13 @@ fi
|
|
%lang(vi) %{_mandir}/vi/man1/*
|
|
%lang(vi) %{_mandir}/vi/man1/*
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Wed Apr 27 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.39.2-2
|
|
- update translation.(Fixed [VineSeed:23244])
|
|
- update translation.(Fixed [VineSeed:23244])
|
|
|
|
|