- Convert man pages to UTF-8

This commit is contained in:
Miloslav Trmac 2004-11-20 19:08:55 +00:00
parent cd80198fd5
commit 191a7fab88

View File

@ -3,7 +3,7 @@
Summary: A document formatting system.
Name: groff
Version: 1.18.1.1
Release: 3
Release: 4
License: GPL
Group: Applications/Publishing
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@ -93,6 +93,10 @@ System display.
%patch18 -p1 -b .do_char
%patch19 -p1 -b .grn
%patch20 -p1 -b .tempfile
for i in contrib/mm/groff_mm{,se}.man src/devices/grolbp/grolbp.man; do
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
mv "${i}_" "$i"
done
%build
PATH=$PATH:%{_prefix}/X11R6/bin
@ -198,6 +202,9 @@ fi
%endif
%changelog
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-4
- Convert man pages to UTF-8
* Tue Oct 19 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-3
- fixed groffer scripte security problem (#136314)