- 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:
parent
5095f3e05b
commit
ba2aeba4bb
11
tcsh.spec
11
tcsh.spec
@ -3,7 +3,7 @@
|
||||
Summary: An enhanced version of csh, the C shell.
|
||||
Name: tcsh
|
||||
Version: 6.13
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: distributable
|
||||
Group: System Environment/Shells
|
||||
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
|
||||
Patch8: tcsh-6.13.00-fcntl.patch
|
||||
Patch9: tcsh-6.13.00-winchg.patch
|
||||
Patch10: tcsh-6.13.00-codeset.patch
|
||||
Provides: csh = %{version}
|
||||
Prereq: fileutils, grep
|
||||
URL: http://www.tcsh.org/
|
||||
@ -43,6 +44,7 @@ like syntax.
|
||||
%patch7 -p1 -b .x86_64
|
||||
%patch8 -p1 -b .fcntl
|
||||
%patch9 -p1 -b .winchg
|
||||
%patch10 -p1 -b .codeset
|
||||
|
||||
nroff -me eight-bit.me > eight-bit.txt
|
||||
autoreconf
|
||||
@ -50,7 +52,7 @@ autoreconf
|
||||
%build
|
||||
%configure --without-hesiod
|
||||
make all
|
||||
LC_ALL=C %{__perl} tcsh.man2html
|
||||
%{__perl} tcsh.man2html tcsh.man
|
||||
make -C nls catalogs
|
||||
|
||||
%install
|
||||
@ -112,6 +114,11 @@ fi
|
||||
%{_mandir}/*/*
|
||||
|
||||
%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
|
||||
- Remove unneeded patches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user