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.
|
Summary: An enhanced version of csh, the C shell.
|
||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.13
|
Version: 6.13
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
Patch0: tcsh-6.13.00-utmp.patch
|
Patch0: tcsh-6.13.00-utmp.patch
|
||||||
Patch1: tcsh-6.09.00-termios.patch
|
Patch1: tcsh-6.09.00-termios.patch
|
||||||
Patch3: tcsh-6.08.00-pathmax.patch
|
Patch2: tcsh-6.08.00-pathmax.patch
|
||||||
Patch6: tcsh-6.10.00-glibc_compat.patch
|
Patch3: tcsh-6.10.00-glibc_compat.patch
|
||||||
Patch7: tcsh-6.13.00-dspmbyte.patch
|
Patch4: tcsh-6.13.00-dspmbyte.patch
|
||||||
Patch8: tcsh-6.11.00-termcap.patch
|
Patch5: tcsh-6.11.00-termcap.patch
|
||||||
Patch9: tcsh-6.12.00-setpgrp.patch
|
Patch6: tcsh-6.12.00-setpgrp.patch
|
||||||
Patch10: tcsh-6.13.00-charset.patch
|
Patch7: tcsh-6.13.00-charset.patch
|
||||||
Patch11: tcsh-6.13.00-iconv.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}
|
Provides: csh = %{version}
|
||||||
Prereq: fileutils, grep
|
Prereq: fileutils, grep
|
||||||
URL: http://www.tcsh.org/
|
URL: http://www.tcsh.org/
|
||||||
@ -35,20 +38,24 @@ like syntax.
|
|||||||
%patch0 -p1 -b .utmp
|
%patch0 -p1 -b .utmp
|
||||||
%patch1 -p1 -b .termios
|
%patch1 -p1 -b .termios
|
||||||
# XXX Partly upstream, not applied
|
# XXX Partly upstream, not applied
|
||||||
#%patch3 -p1 -b .pathmax
|
#%patch2 -p1 -b .pathmax
|
||||||
%patch6 -p1 -b .glibc_compat
|
%patch3 -p1 -b .glibc_compat
|
||||||
%patch7 -p1 -b .mbyte
|
%patch4 -p1 -b .mbyte
|
||||||
%patch8 -p1 -b .termcap
|
%patch5 -p1 -b .termcap
|
||||||
%patch9 -p1 -b .setpgrp
|
%patch6 -p1 -b .setpgrp
|
||||||
%patch10 -p1 -b .charset
|
%patch7 -p1 -b .charset
|
||||||
%patch11 -p1 -b .iconv
|
%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
|
nroff -me eight-bit.me > eight-bit.txt
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --without-hesiod
|
%configure --without-hesiod
|
||||||
make all
|
make all
|
||||||
%{__perl} tcsh.man2html
|
LC_ALL=C %{__perl} tcsh.man2html
|
||||||
make -C nls catalogs
|
make -C nls catalogs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -110,6 +117,13 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 17 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-1
|
||||||
- Update to tcsh-6.13.00
|
- Update to tcsh-6.13.00
|
||||||
- Fix charset headers in some of the translations
|
- Fix charset headers in some of the translations
|
||||||
|
Loading…
Reference in New Issue
Block a user