summaryrefslogtreecommitdiffstats
path: root/tcsh.spec
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@fedoraproject.org>2006-11-30 15:05:39 +0000
committerMiloslav Trmac <mitr@fedoraproject.org>2006-11-30 15:05:39 +0000
commitc1f07ea3cc44c53094bb573bd37582a31c4c1477 (patch)
treea6503aa32e6a7e9175e7d5723788a9d5b58671e2 /tcsh.spec
parent53e5ec8613055d94ca7d28382b5499c770ec6fac (diff)
downloadtcsh-rebase-6.19.00-c1f07ea3cc44c53094bb573bd37582a31c4c1477.tar.gz
tcsh-rebase-6.19.00-c1f07ea3cc44c53094bb573bd37582a31c4c1477.tar.xz
tcsh-rebase-6.19.00-c1f07ea3cc44c53094bb573bd37582a31c4c1477.zip
- Link to ncurses instead of libtermcap
- Fix some rpmlint warnings
Diffstat (limited to 'tcsh.spec')
-rw-r--r--tcsh.spec17
1 files changed, 13 insertions, 4 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 598bd8d..740b7a5 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -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