Browse Source

man-1.5o-7

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3632 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
85817a0dd7
1 changed files with 6 additions and 1 deletions
  1. 6 1
      m/man/man-vl.spec

+ 6 - 1
m/man/man-vl.spec

@@ -5,7 +5,7 @@ Summary(ja):  ドキュメンテーション・ツール: man, apropos, whatis
 
 Name:         man
 Version:      1.5o
-Release:      6%{?_dist_release}
+Release:      7%{?_dist_release}
 
 Group:        System Environment/Base
 License:      GPLv2
@@ -33,6 +33,7 @@ Patch110:     man-1.5o-tmpcache.patch
 Patch120:     man-1.5o-convert-manpage-to-utf8.patch
 Patch130:     man-1.5o-utf8-msgs.patch
 Patch140:     man-1.5o-utf8-makewhatis.patch
+Patch141:     man-1.5o-man1man.patch
 
 Buildroot:    %{_tmppath}/%{name}-%{version}-root
 BuildRequires: bzip2
@@ -115,6 +116,7 @@ This package contains manroff to HTML converter.
 %patch120 -p1 -b .convert-man-to-utf8
 %patch130 -p1 -b .utf8-msgs
 %patch140 -p1 -b .utf8-makewhatis
+%patch141 -p1 -b .man1
 
 pushd msgs
 %__mv mess.ja mess.ja_JP.eucJP
@@ -258,6 +260,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Apr 22 2011 IWAI, Masaharu <iwai@alib.jp> 1.5o-7
+- add man(1) patch: fix <BTS:VineLinux:824>
+
 * Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5o-6
 - added Patch140 to convert /var/cache/man/whatis encodings to UTF-8 <BTS:846>
 - added Requires: gawk, grep (used at apropos, makewhatis)