- Define $HOSTTYPE and $MACHTYPE also on IA-64 and s390x (#115531)
- Don't close sockets to avoid file descriptor conflits with nss_ldap (#112453)
This commit is contained in:
parent
ba2aeba4bb
commit
28e299e8f7
12
tcsh.spec
12
tcsh.spec
@ -3,7 +3,7 @@
|
||||
Summary: An enhanced version of csh, the C shell.
|
||||
Name: tcsh
|
||||
Version: 6.13
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: distributable
|
||||
Group: System Environment/Shells
|
||||
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
||||
@ -14,10 +14,11 @@ Patch3: tcsh-6.12.00-setpgrp.patch
|
||||
Patch4: tcsh-6.13.00-charset.patch
|
||||
Patch5: tcsh-6.13.00-iconv.patch
|
||||
Patch6: tcsh-6.13.00-glob.patch
|
||||
Patch7: tcsh-6.13.00-x86_64.patch
|
||||
Patch7: tcsh-6.13.00-arch.patch
|
||||
Patch8: tcsh-6.13.00-fcntl.patch
|
||||
Patch9: tcsh-6.13.00-winchg.patch
|
||||
Patch10: tcsh-6.13.00-codeset.patch
|
||||
Patch11: tcsh-6.13.00-closem.patch
|
||||
Provides: csh = %{version}
|
||||
Prereq: fileutils, grep
|
||||
URL: http://www.tcsh.org/
|
||||
@ -41,10 +42,11 @@ like syntax.
|
||||
%patch4 -p1 -b .charset
|
||||
%patch5 -p1 -b .iconv
|
||||
%patch6 -p1 -b .glob
|
||||
%patch7 -p1 -b .x86_64
|
||||
%patch7 -p1 -b .arch
|
||||
%patch8 -p1 -b .fcntl
|
||||
%patch9 -p1 -b .winchg
|
||||
%patch10 -p1 -b .codeset
|
||||
%patch11 -p1 -b .closem
|
||||
|
||||
nroff -me eight-bit.me > eight-bit.txt
|
||||
autoreconf
|
||||
@ -114,6 +116,10 @@ fi
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 15 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-6
|
||||
- Define $HOSTTYPE and $MACHTYPE also on IA-64 and s390x (#115531)
|
||||
- Don't close sockets to avoid file descriptor conflits with nss_ldap (#112453)
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user