update to tcsh-6.15.00, fix license

This commit is contained in:
vcrhonek 2007-08-27 15:01:35 +00:00
parent cd7e072c3c
commit d241f69eda
3 changed files with 15 additions and 32 deletions

View File

@ -1 +1,2 @@
tcsh-6.14.00.tar.gz
tcsh-6.15.00.tar.gz

View File

@ -1 +1 @@
353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz
67a0611620b080bd0eb032b1774382b6 tcsh-6.15.00.tar.gz

View File

@ -2,25 +2,14 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.14
Release: 16
License: BSD
Version: 6.15
Release: 1%{?dist}
License: BSD with advertising
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
Patch0: tcsh-6.14.00-config.patch
Patch1: tcsh-6.14.00-closem.patch
Patch2: tcsh-6.14.00-iconv.patch
Patch3: tcsh-6.14.00-lsF.patch
Patch4: tcsh-6.14.00-dashn.patch
Patch5: tcsh-6.14.00-read.patch
Patch6: tcsh-6.14.00-sigint.patch
Patch7: tcsh-6.14.00-wide-crash.patch
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-tinfo.patch
Patch13: tcsh-6.14.00-unprintable.patch
Patch1: tcsh-6.15.00-closem.patch
Patch2: tcsh-6.14.00-tinfo.patch
Patch3: tcsh-6.14.00-unprintable.patch
Provides: csh = %{version}
Requires(post): grep
Requires(postun): coreutils, grep
@ -38,20 +27,9 @@ like syntax.
%prep
%setup -q -n %{name}-%{version}.00
%patch0 -p1 -b .config
%patch1 -p1 -b .closem
%patch2 -p1 -b .iconv
%patch3 -p1 -b .lsF
%patch4 -p1 -b .dashn
%patch5 -p1 -b .read
%patch6 -p1 -b .sigint
%patch7 -p1 -b .wide-crash
%patch8 -p1 -b .colors
%patch9 -p1 -b .wide-seeks
%patch10 -p1 -b .spell-crash
%patch11 -p1 -b .remotehost
%patch12 -p1 -b .tinfo
%patch13 -p1 -b .unprintable
%patch2 -p1 -b .tinfo
%patch3 -p1 -b .unprintable
%build
# For tcsh-6.14.00-tinfo.patch
@ -119,7 +97,11 @@ fi
%{_mandir}/*/*
%changelog
* Wed Apr 25 2007 Vitezslav Crhonek <vcrhonek@redhat.com> 6.14-16
* Mon Aug 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.15-1
- Update to tcsh-6.15.00
- Fix license
* Wed Apr 25 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.14-16
- Fix floating exception in print_by_column() with unprintable characters
(#233525)