- Fix HTML documentation generation, second attempt (#60664)

- Set dspmbyte using nl_langinfo(CODESET) if possible, should cover all
    cases where lang.csh was correctly setting dspmbyte (#89549)
This commit is contained in:
Miloslav Trmac 2004-09-14 18:29:10 +00:00
parent 5095f3e05b
commit ba2aeba4bb

View File

@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell. Summary: An enhanced version of csh, the C shell.
Name: tcsh Name: tcsh
Version: 6.13 Version: 6.13
Release: 4 Release: 5
License: distributable License: distributable
Group: System Environment/Shells Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@ -17,6 +17,7 @@ Patch6: tcsh-6.13.00-glob.patch
Patch7: tcsh-6.13.00-x86_64.patch Patch7: tcsh-6.13.00-x86_64.patch
Patch8: tcsh-6.13.00-fcntl.patch Patch8: tcsh-6.13.00-fcntl.patch
Patch9: tcsh-6.13.00-winchg.patch Patch9: tcsh-6.13.00-winchg.patch
Patch10: tcsh-6.13.00-codeset.patch
Provides: csh = %{version} Provides: csh = %{version}
Prereq: fileutils, grep Prereq: fileutils, grep
URL: http://www.tcsh.org/ URL: http://www.tcsh.org/
@ -43,6 +44,7 @@ like syntax.
%patch7 -p1 -b .x86_64 %patch7 -p1 -b .x86_64
%patch8 -p1 -b .fcntl %patch8 -p1 -b .fcntl
%patch9 -p1 -b .winchg %patch9 -p1 -b .winchg
%patch10 -p1 -b .codeset
nroff -me eight-bit.me > eight-bit.txt nroff -me eight-bit.me > eight-bit.txt
autoreconf autoreconf
@ -50,7 +52,7 @@ autoreconf
%build %build
%configure --without-hesiod %configure --without-hesiod
make all make all
LC_ALL=C %{__perl} tcsh.man2html %{__perl} tcsh.man2html tcsh.man
make -C nls catalogs make -C nls catalogs
%install %install
@ -112,6 +114,11 @@ fi
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Tue Sep 14 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-5
- Fix HTML documentation generation, second attempt (#60664)
- Set dspmbyte using nl_langinfo(CODESET) if possible, should cover all
cases where lang.csh was correctly setting dspmbyte (#89549)
* Wed Sep 8 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-4 * Wed Sep 8 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-4
- Remove unneeded patches - Remove unneeded patches