auto-import changelog data from tcsh-6.13-2.src.rpm
Wed Aug 18 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-2 - Make comparisons for ranges in bracket expressions symmetric (#59493) - Run perl2html with LC_ALL=C to workaround what seems to be a perl bug (#60664) - Define $HOSTTYPE and $MACHTYPE on x86_64 (#115531) - Fix setting of O_LARGEFILE (#122558)
This commit is contained in:
parent
236b23f42d
commit
12db0dc6df
46
tcsh.spec
46
tcsh.spec
@ -3,19 +3,22 @@
|
||||
Summary: An enhanced version of csh, the C shell.
|
||||
Name: tcsh
|
||||
Version: 6.13
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: distributable
|
||||
Group: System Environment/Shells
|
||||
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
||||
Patch0: tcsh-6.13.00-utmp.patch
|
||||
Patch1: tcsh-6.09.00-termios.patch
|
||||
Patch3: tcsh-6.08.00-pathmax.patch
|
||||
Patch6: tcsh-6.10.00-glibc_compat.patch
|
||||
Patch7: tcsh-6.13.00-dspmbyte.patch
|
||||
Patch8: tcsh-6.11.00-termcap.patch
|
||||
Patch9: tcsh-6.12.00-setpgrp.patch
|
||||
Patch10: tcsh-6.13.00-charset.patch
|
||||
Patch11: tcsh-6.13.00-iconv.patch
|
||||
Patch2: tcsh-6.08.00-pathmax.patch
|
||||
Patch3: tcsh-6.10.00-glibc_compat.patch
|
||||
Patch4: tcsh-6.13.00-dspmbyte.patch
|
||||
Patch5: tcsh-6.11.00-termcap.patch
|
||||
Patch6: tcsh-6.12.00-setpgrp.patch
|
||||
Patch7: tcsh-6.13.00-charset.patch
|
||||
Patch8: tcsh-6.13.00-iconv.patch
|
||||
Patch9: tcsh-6.13.00-glob.patch
|
||||
Patch10: tcsh-6.13.00-x86_64.patch
|
||||
Patch11: tcsh-6.13.00-fcntl.patch
|
||||
Provides: csh = %{version}
|
||||
Prereq: fileutils, grep
|
||||
URL: http://www.tcsh.org/
|
||||
@ -35,20 +38,24 @@ like syntax.
|
||||
%patch0 -p1 -b .utmp
|
||||
%patch1 -p1 -b .termios
|
||||
# XXX Partly upstream, not applied
|
||||
#%patch3 -p1 -b .pathmax
|
||||
%patch6 -p1 -b .glibc_compat
|
||||
%patch7 -p1 -b .mbyte
|
||||
%patch8 -p1 -b .termcap
|
||||
%patch9 -p1 -b .setpgrp
|
||||
%patch10 -p1 -b .charset
|
||||
%patch11 -p1 -b .iconv
|
||||
#%patch2 -p1 -b .pathmax
|
||||
%patch3 -p1 -b .glibc_compat
|
||||
%patch4 -p1 -b .mbyte
|
||||
%patch5 -p1 -b .termcap
|
||||
%patch6 -p1 -b .setpgrp
|
||||
%patch7 -p1 -b .charset
|
||||
%patch8 -p1 -b .iconv
|
||||
%patch9 -p1 -b .glob
|
||||
%patch10 -p1 -b .x86_64
|
||||
%patch11 -p1 -b .fcntl
|
||||
|
||||
nroff -me eight-bit.me > eight-bit.txt
|
||||
autoreconf
|
||||
|
||||
%build
|
||||
%configure --without-hesiod
|
||||
make all
|
||||
%{__perl} tcsh.man2html
|
||||
LC_ALL=C %{__perl} tcsh.man2html
|
||||
make -C nls catalogs
|
||||
|
||||
%install
|
||||
@ -110,6 +117,13 @@ fi
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-2
|
||||
- Make comparisons for ranges in bracket expressions symmetric (#59493)
|
||||
- Run perl2html with LC_ALL=C to workaround what seems to be a perl bug
|
||||
(#60664)
|
||||
- Define $HOSTTYPE and $MACHTYPE on x86_64 (#115531)
|
||||
- Fix setting of O_LARGEFILE (#122558)
|
||||
|
||||
* Tue Aug 17 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-1
|
||||
- Update to tcsh-6.13.00
|
||||
- Fix charset headers in some of the translations
|
||||
|
Loading…
Reference in New Issue
Block a user