- Convert man pages to UTF-8
This commit is contained in:
parent
cd80198fd5
commit
191a7fab88
@ -3,7 +3,7 @@
|
|||||||
Summary: A document formatting system.
|
Summary: A document formatting system.
|
||||||
Name: groff
|
Name: groff
|
||||||
Version: 1.18.1.1
|
Version: 1.18.1.1
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
||||||
@ -93,6 +93,10 @@ System display.
|
|||||||
%patch18 -p1 -b .do_char
|
%patch18 -p1 -b .do_char
|
||||||
%patch19 -p1 -b .grn
|
%patch19 -p1 -b .grn
|
||||||
%patch20 -p1 -b .tempfile
|
%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
|
%build
|
||||||
PATH=$PATH:%{_prefix}/X11R6/bin
|
PATH=$PATH:%{_prefix}/X11R6/bin
|
||||||
@ -198,6 +202,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 19 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-3
|
||||||
- fixed groffer scripte security problem (#136314)
|
- fixed groffer scripte security problem (#136314)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user