auto-import changelog data from tcsh-6.13-4.src.rpm
Wed Sep 08 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-4 - Remove unneeded patches
This commit is contained in:
parent
3a8b1c0642
commit
5095f3e05b
48
tcsh.spec
48
tcsh.spec
@ -3,23 +3,20 @@
|
|||||||
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: 3
|
Release: 4
|
||||||
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.13.00-dspmbyte.patch
|
||||||
Patch2: tcsh-6.08.00-pathmax.patch
|
Patch2: tcsh-6.11.00-termcap.patch
|
||||||
Patch3: tcsh-6.10.00-glibc_compat.patch
|
Patch3: tcsh-6.12.00-setpgrp.patch
|
||||||
Patch4: tcsh-6.13.00-dspmbyte.patch
|
Patch4: tcsh-6.13.00-charset.patch
|
||||||
Patch5: tcsh-6.11.00-termcap.patch
|
Patch5: tcsh-6.13.00-iconv.patch
|
||||||
Patch6: tcsh-6.12.00-setpgrp.patch
|
Patch6: tcsh-6.13.00-glob.patch
|
||||||
Patch7: tcsh-6.13.00-charset.patch
|
Patch7: tcsh-6.13.00-x86_64.patch
|
||||||
Patch8: tcsh-6.13.00-iconv.patch
|
Patch8: tcsh-6.13.00-fcntl.patch
|
||||||
Patch9: tcsh-6.13.00-glob.patch
|
Patch9: tcsh-6.13.00-winchg.patch
|
||||||
Patch10: tcsh-6.13.00-x86_64.patch
|
|
||||||
Patch11: tcsh-6.13.00-fcntl.patch
|
|
||||||
Patch12: tcsh-6.13.00-winchg.patch
|
|
||||||
Provides: csh = %{version}
|
Provides: csh = %{version}
|
||||||
Prereq: fileutils, grep
|
Prereq: fileutils, grep
|
||||||
URL: http://www.tcsh.org/
|
URL: http://www.tcsh.org/
|
||||||
@ -37,19 +34,15 @@ like syntax.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}.00
|
%setup -q -n %{name}-%{version}.00
|
||||||
%patch0 -p1 -b .utmp
|
%patch0 -p1 -b .utmp
|
||||||
%patch1 -p1 -b .termios
|
%patch1 -p1 -b .mbyte
|
||||||
# XXX Partly upstream, not applied
|
%patch2 -p1 -b .termcap
|
||||||
#%patch2 -p1 -b .pathmax
|
%patch3 -p1 -b .setpgrp
|
||||||
%patch3 -p1 -b .glibc_compat
|
%patch4 -p1 -b .charset
|
||||||
%patch4 -p1 -b .mbyte
|
%patch5 -p1 -b .iconv
|
||||||
%patch5 -p1 -b .termcap
|
%patch6 -p1 -b .glob
|
||||||
%patch6 -p1 -b .setpgrp
|
%patch7 -p1 -b .x86_64
|
||||||
%patch7 -p1 -b .charset
|
%patch8 -p1 -b .fcntl
|
||||||
%patch8 -p1 -b .iconv
|
%patch9 -p1 -b .winchg
|
||||||
%patch9 -p1 -b .glob
|
|
||||||
%patch10 -p1 -b .x86_64
|
|
||||||
%patch11 -p1 -b .fcntl
|
|
||||||
%patch12 -p1 -b .winchg
|
|
||||||
|
|
||||||
nroff -me eight-bit.me > eight-bit.txt
|
nroff -me eight-bit.me > eight-bit.txt
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -119,6 +112,9 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 8 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-4
|
||||||
|
- Remove unneeded patches
|
||||||
|
|
||||||
* Thu Aug 26 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-3
|
* Thu Aug 26 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-3
|
||||||
- Check for SIGWINCH more often (from tcsh-6.13.01, #130941)
|
- Check for SIGWINCH more often (from tcsh-6.13.01, #130941)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user