- Link to ncurses instead of libtermcap

- Fix some rpmlint warnings
This commit is contained in:
Miloslav Trmac 2006-11-30 15:05:39 +00:00
parent 53e5ec8613
commit c1f07ea3cc

View File

@ -1,9 +1,9 @@
%define _bindir /bin
Summary: An enhanced version of csh, the C shell.
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.14
Release: 12
Release: 13
License: distributable
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@ -19,11 +19,13 @@ Patch8: tcsh-6.14.00-colors.patch
Patch9: tcsh-6.14.00-wide-seeks.patch
Patch10: tcsh-6.14.00-spell-crash.patch
Patch11: tcsh-6.14.00-remotehost.patch
Patch12: tcsh-6.14.00-ncurses.patch
Provides: csh = %{version}
Prereq: fileutils, grep
Requires(post): grep
Requires(postun): coreutils, grep
URL: http://www.tcsh.org/
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildPrereq: groff, libtermcap-devel
BuildRequires: autoconf, ncurses-devel
%description
Tcsh is an enhanced but completely compatible version of csh, the C
@ -47,8 +49,11 @@ like syntax.
%patch9 -p1 -b .wide-seeks
%patch10 -p1 -b .spell-crash
%patch11 -p1 -b .remotehost
%patch12 -p1 -b .ncurses
%build
# For tcsh-6.14.00-ncurses.patch
autoreconf
%configure --without-hesiod
make all
make -C nls catalogs
@ -112,6 +117,10 @@ fi
%{_mandir}/*/*
%changelog
* Thu Nov 30 2006 Miloslav Trmac <mitr@redhat.com> - 6.14-13
- Link to ncurses instead of libtermcap
- Fix some rpmlint warnings
* Tue Sep 26 2006 Miloslav Trmac <mitr@redhat.com> - 6.14-12
- Fix error handling in tcsh-6.14.00-wide-seeks.patch