- Link to ncurses instead of libtermcap
- Fix some rpmlint warnings
This commit is contained in:
parent
53e5ec8613
commit
c1f07ea3cc
17
tcsh.spec
17
tcsh.spec
@ -1,9 +1,9 @@
|
|||||||
%define _bindir /bin
|
%define _bindir /bin
|
||||||
|
|
||||||
Summary: An enhanced version of csh, the C shell.
|
Summary: An enhanced version of csh, the C shell
|
||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.14
|
Version: 6.14
|
||||||
Release: 12
|
Release: 13
|
||||||
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
|
||||||
@ -19,11 +19,13 @@ Patch8: tcsh-6.14.00-colors.patch
|
|||||||
Patch9: tcsh-6.14.00-wide-seeks.patch
|
Patch9: tcsh-6.14.00-wide-seeks.patch
|
||||||
Patch10: tcsh-6.14.00-spell-crash.patch
|
Patch10: tcsh-6.14.00-spell-crash.patch
|
||||||
Patch11: tcsh-6.14.00-remotehost.patch
|
Patch11: tcsh-6.14.00-remotehost.patch
|
||||||
|
Patch12: tcsh-6.14.00-ncurses.patch
|
||||||
Provides: csh = %{version}
|
Provides: csh = %{version}
|
||||||
Prereq: fileutils, grep
|
Requires(post): grep
|
||||||
|
Requires(postun): coreutils, grep
|
||||||
URL: http://www.tcsh.org/
|
URL: http://www.tcsh.org/
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildPrereq: groff, libtermcap-devel
|
BuildRequires: autoconf, ncurses-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tcsh is an enhanced but completely compatible version of csh, the C
|
Tcsh is an enhanced but completely compatible version of csh, the C
|
||||||
@ -47,8 +49,11 @@ like syntax.
|
|||||||
%patch9 -p1 -b .wide-seeks
|
%patch9 -p1 -b .wide-seeks
|
||||||
%patch10 -p1 -b .spell-crash
|
%patch10 -p1 -b .spell-crash
|
||||||
%patch11 -p1 -b .remotehost
|
%patch11 -p1 -b .remotehost
|
||||||
|
%patch12 -p1 -b .ncurses
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# For tcsh-6.14.00-ncurses.patch
|
||||||
|
autoreconf
|
||||||
%configure --without-hesiod
|
%configure --without-hesiod
|
||||||
make all
|
make all
|
||||||
make -C nls catalogs
|
make -C nls catalogs
|
||||||
@ -112,6 +117,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 26 2006 Miloslav Trmac <mitr@redhat.com> - 6.14-12
|
||||||
- Fix error handling in tcsh-6.14.00-wide-seeks.patch
|
- Fix error handling in tcsh-6.14.00-wide-seeks.patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user