- Convert also mmroff.1 to UTF-8
This commit is contained in:
parent
191a7fab88
commit
4082776453
@ -3,7 +3,7 @@
|
||||
Summary: A document formatting system.
|
||||
Name: groff
|
||||
Version: 1.18.1.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL
|
||||
Group: Applications/Publishing
|
||||
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
||||
@ -93,7 +93,8 @@ 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
|
||||
for i in contrib/mm/{groff_mm,groff_mmse,mmroff}.man \
|
||||
src/devices/grolbp/grolbp.man; do
|
||||
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
|
||||
mv "${i}_" "$i"
|
||||
done
|
||||
@ -202,6 +203,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 24 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-5
|
||||
- Convert also mmroff.1 to UTF-8
|
||||
|
||||
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-4
|
||||
- Convert man pages to UTF-8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user