2006-02-15 14:03:31 +00:00
|
|
|
#ExclusiveArch: x86_64
|
2007-11-07 10:33:54 +00:00
|
|
|
%define releasedate 2007-11-05
|
2006-02-02 11:23:08 +00:00
|
|
|
#ExcludeArch: ia64
|
2004-09-09 16:25:46 +00:00
|
|
|
|
2004-09-09 16:25:19 +00:00
|
|
|
Name: ksh
|
2004-09-09 16:25:46 +00:00
|
|
|
Summary: The Original ATT Korn Shell
|
2004-09-09 16:25:19 +00:00
|
|
|
URL: http://www.kornshell.com/
|
2008-01-07 07:53:29 +00:00
|
|
|
Group: System Environment/Shells
|
2005-01-21 14:47:01 +00:00
|
|
|
License: Common Public License Version 1.0
|
2007-11-07 15:04:48 +00:00
|
|
|
Version: 20071105
|
2008-01-30 07:31:34 +00:00
|
|
|
Release: 3%{?dist}
|
2004-09-09 16:25:46 +00:00
|
|
|
Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
|
2007-04-23 07:59:50 +00:00
|
|
|
Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
|
2007-11-07 10:33:54 +00:00
|
|
|
Source2: http://www.research.att.com/~gsf/download/tgz/ast-ksh-locale.%{releasedate}.tgz
|
|
|
|
#Patch0: ksh-20041225-gcc4.patch
|
2007-04-23 07:59:50 +00:00
|
|
|
Patch1: ksh-20070328-uname.patch
|
|
|
|
Patch2: ksh-20070328-useex.patch
|
2007-07-12 07:20:50 +00:00
|
|
|
Patch3: ksh-20070328-builtins.patch
|
|
|
|
Patch4: ksh-20070328-ttou.patch
|
|
|
|
Patch5: ksh-20070628-unaligned.patch
|
2008-01-07 07:53:29 +00:00
|
|
|
Patch6: ksh-20071105-ifs.patch
|
2008-01-30 07:31:34 +00:00
|
|
|
Patch7: ksh-20071105-optind.patch
|
2007-02-21 12:36:12 +00:00
|
|
|
# for debugging only:
|
|
|
|
#Patch100: ksh-20060124-iffedebug.patch
|
2004-09-09 16:25:46 +00:00
|
|
|
|
|
|
|
# build information
|
2007-02-21 12:36:12 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-09-09 16:25:46 +00:00
|
|
|
Provides: ksh93
|
|
|
|
Obsoletes: ksh93
|
2006-02-02 11:23:08 +00:00
|
|
|
Conflicts: pdksh
|
2007-05-23 06:52:45 +00:00
|
|
|
Requires: coreutils, glibc-common, diffutils
|
2007-02-21 12:36:12 +00:00
|
|
|
Requires(post): grep, coreutils
|
|
|
|
Requires(preun): grep, coreutils
|
2004-09-09 16:25:19 +00:00
|
|
|
|
|
|
|
%description
|
2004-09-09 16:25:46 +00:00
|
|
|
KSH-93 is the most recent version of the KornShell by David Korn of
|
|
|
|
AT&T Bell Laboratories.
|
|
|
|
KornShell is a shell programming language, which is upward compatible
|
|
|
|
with "sh" (the Bourne Shell).
|
|
|
|
|
2004-09-09 16:25:19 +00:00
|
|
|
%prep
|
2004-09-09 16:25:46 +00:00
|
|
|
%setup -q -c
|
|
|
|
%setup -q -T -D -a 1
|
|
|
|
%setup -q -T -D -a 2
|
2007-11-07 10:33:54 +00:00
|
|
|
#%patch0 -p1 -b .gcc4
|
2007-02-21 12:36:12 +00:00
|
|
|
%patch1 -p1 -b .uname
|
|
|
|
%patch2 -p1 -b .use_ex
|
2007-07-12 07:20:50 +00:00
|
|
|
%patch3 -p1 -b .builtins
|
|
|
|
%patch4 -p1 -b .ttou
|
|
|
|
%patch5 -p1 -b .unaligned
|
2008-01-07 07:53:29 +00:00
|
|
|
%patch6 -p1 -b .ifs
|
2008-01-30 07:31:34 +00:00
|
|
|
%patch7 -p1 -b .optind
|
2007-02-21 12:36:12 +00:00
|
|
|
#patch100 -p1 -b .iffedebug
|
2004-09-09 16:25:19 +00:00
|
|
|
|
|
|
|
%build
|
2004-09-09 16:25:46 +00:00
|
|
|
./bin/package "read" ||:
|
2007-05-23 06:52:45 +00:00
|
|
|
export CCFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
export CC=gcc
|
|
|
|
./bin/package "make"
|
2004-09-09 16:25:46 +00:00
|
|
|
cp lib/package/LICENSES/ast LICENSE
|
2004-09-09 16:25:19 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-03-15 12:49:40 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT{/bin,/usr/bin,%{_mandir}/man1}
|
2004-09-09 16:25:46 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale/{C,pt,fr,de,it,es}/LC_MESSAGES
|
2005-05-10 10:35:06 +00:00
|
|
|
install -c -m 755 arch/*/bin/ksh $RPM_BUILD_ROOT/bin/ksh
|
2004-09-09 16:25:46 +00:00
|
|
|
install -c -m 644 arch/*/man/man1/sh.1 $RPM_BUILD_ROOT%{_mandir}/man1/ksh.1
|
|
|
|
for i in C pt fr de it es; do
|
|
|
|
install -m 644 share/lib/locale/$i/LC_MESSAGES/* \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES/
|
|
|
|
done
|
2005-03-15 12:49:40 +00:00
|
|
|
ln -sf /bin/ksh $RPM_BUILD_ROOT/usr/bin/ksh
|
2004-09-09 16:25:19 +00:00
|
|
|
|
2004-09-09 16:25:46 +00:00
|
|
|
%post
|
2004-09-09 16:25:19 +00:00
|
|
|
if [ ! -f /etc/shells ]; then
|
|
|
|
echo "/bin/ksh" > /etc/shells
|
|
|
|
else
|
|
|
|
if ! grep -q '^/bin/ksh$' /etc/shells ; then
|
|
|
|
echo "/bin/ksh" >> /etc/shells
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2004-09-09 16:25:46 +00:00
|
|
|
%postun
|
2004-09-09 16:25:19 +00:00
|
|
|
if [ ! -f /bin/ksh ]; then
|
2004-09-09 16:25:46 +00:00
|
|
|
grep -v '^/bin/ksh$' /etc/shells >/etc/shells.new
|
2004-09-09 16:25:19 +00:00
|
|
|
mv /etc/shells.new /etc/shells
|
2004-09-09 16:25:46 +00:00
|
|
|
chmod 644 /etc/shells
|
2004-09-09 16:25:19 +00:00
|
|
|
fi
|
|
|
|
|
2004-09-09 16:25:46 +00:00
|
|
|
%verifyscript
|
|
|
|
echo -n "Looking for ksh in /etc/shells... "
|
|
|
|
if ! grep '^/bin/ksh$' /etc/shells > /dev/null; then
|
|
|
|
echo "missing"
|
|
|
|
echo "ksh missing from /etc/shells" >&2
|
|
|
|
else
|
|
|
|
echo "found"
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
2007-02-21 12:36:12 +00:00
|
|
|
%defattr(-, root, root,-)
|
2004-09-09 16:25:46 +00:00
|
|
|
%doc README LICENSE
|
|
|
|
/bin/*
|
2005-03-15 12:49:40 +00:00
|
|
|
/usr//bin/ksh
|
2004-09-09 16:25:46 +00:00
|
|
|
%{_datadir}/locale/*/LC_MESSAGES/*
|
2004-09-09 16:25:19 +00:00
|
|
|
%{_mandir}/man1/*
|
2004-09-09 16:25:46 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 16:25:19 +00:00
|
|
|
|
|
|
|
%changelog
|
2008-01-30 07:31:34 +00:00
|
|
|
* Wed Jan 30 2008 Tomas Smetana <tsmetana@redhat.com> 20071105-3
|
|
|
|
- fix #430602 - ksh segfaults after unsetting OPTIND
|
|
|
|
|
2008-01-07 07:53:29 +00:00
|
|
|
* Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> 20071105-2
|
|
|
|
- fix #405381 - ksh will not handle $(xxx) when typeset -r IFS
|
|
|
|
- fix #386501 - bad group in spec file
|
|
|
|
|
2007-11-07 10:33:54 +00:00
|
|
|
* Wed Nov 07 2007 Tomas Smetana <tsmetana@redhat.com> 20071105-1
|
|
|
|
- new upstream version
|
|
|
|
|
2007-08-22 13:08:52 +00:00
|
|
|
* Wed Aug 22 2007 Tomas Smetana <tsmetana@redhat.com> 20070628-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2007-07-12 07:20:50 +00:00
|
|
|
* Thu Jul 12 2007 Tomas Smetana <tsmetana@redhat.com> 20070628-1
|
|
|
|
- new upstream version
|
|
|
|
- fix unaligned access messages (Related: #219420)
|
|
|
|
|
2007-05-23 06:52:45 +00:00
|
|
|
* Tue May 22 2007 Tomas Smetana <tsmetana@redhat.com> 20070328-2
|
|
|
|
- fix wrong exit status of spawned process after SIGSTOP
|
|
|
|
- fix building of debuginfo package, add %%{?dist} to release
|
|
|
|
- fix handling of SIGTTOU in non-interactive shell
|
|
|
|
- remove useless builtins
|
|
|
|
|
2007-04-23 07:59:50 +00:00
|
|
|
* Thu Apr 19 2007 Tomas Smetana <tsmetana@redhat.com> 20070328-1
|
|
|
|
- new upstream source
|
|
|
|
- fix login shell invocation (#182397)
|
|
|
|
- fix memory leak
|
|
|
|
|
2007-02-21 12:36:12 +00:00
|
|
|
* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 20070111-1
|
|
|
|
- new upstream version
|
|
|
|
- fix invalid write in uname function
|
|
|
|
|
2006-07-12 06:43:32 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 20060214-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-01 11:47:03 +00:00
|
|
|
* Thu Jun 01 2006 Karsten Hopp <karsten@redhat.de> 20060214-1
|
|
|
|
- new upstream source
|
|
|
|
|
2006-02-27 12:24:02 +00:00
|
|
|
* Mon Feb 27 2006 Karsten Hopp <karsten@redhat.de> 20060124-3
|
2006-02-27 12:23:00 +00:00
|
|
|
- PreReq grep, coreutils (#182835)
|
|
|
|
|
2006-02-14 09:57:37 +00:00
|
|
|
* Tue Feb 14 2006 Karsten Hopp <karsten@redhat.de> 20060124-2
|
|
|
|
- make it build in chroots (#180561)
|
|
|
|
|
2006-02-13 10:09:53 +00:00
|
|
|
* Mon Feb 13 2006 Karsten Hopp <karsten@redhat.de> 20060124-1
|
|
|
|
- version 20060124
|
|
|
|
|
2006-02-11 03:50:24 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 20050202-5.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-10 10:57:18 +00:00
|
|
|
* Fri Feb 10 2006 Karsten Hopp <karsten@redhat.de> 20050202-5
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-07 12:27:37 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 20050202-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-02 11:25:01 +00:00
|
|
|
* Thu Feb 02 2006 Karsten Hopp <karsten@redhat.de> 20050202-4
|
2006-02-02 11:23:08 +00:00
|
|
|
- fix uname -i output
|
|
|
|
- fix loop (*-path.patch)
|
|
|
|
- conflict pdksh instead of obsoleting it
|
|
|
|
|
2006-02-02 11:25:01 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com> 20050202-3.1
|
2005-12-16 23:20:54 +00:00
|
|
|
- rebuilt for new gcj
|
|
|
|
|
2005-05-10 10:36:53 +00:00
|
|
|
* Tue May 10 2005 Karsten Hopp <karsten@redhat.de> 20050202-3
|
|
|
|
- enable debuginfo
|
|
|
|
|
2005-03-15 12:49:40 +00:00
|
|
|
* Tue Mar 15 2005 Karsten Hopp <karsten@redhat.de> 20050202-2
|
|
|
|
- add /usr/bin/ksh link for compatibility with pdksh scripts (#151134)
|
|
|
|
|
2005-03-02 12:13:12 +00:00
|
|
|
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 20050202-1
|
|
|
|
- update and rebuild with gcc-4
|
|
|
|
|
2005-03-01 15:56:47 +00:00
|
|
|
* Tue Mar 01 2005 Karsten Hopp <karsten@redhat.de> 20041225-2
|
|
|
|
- fix gcc4 build
|
|
|
|
|
2005-01-21 14:47:01 +00:00
|
|
|
* Fri Jan 21 2005 Karsten Hopp <karsten@redhat.de> 20041225-1
|
|
|
|
- rebuild with new ksh tarball (license change)
|
|
|
|
|
2004-11-02 14:58:51 +00:00
|
|
|
* Tue Nov 02 2004 Karsten Hopp <karsten@redhat.de> 20040229-11
|
2004-11-02 14:55:01 +00:00
|
|
|
- disable ia64 for now
|
|
|
|
|
2004-10-15 10:52:27 +00:00
|
|
|
* Fri Oct 15 2004 Karsten Hopp <karsten@redhat.de> 20040229-9
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 16:25:46 +00:00
|
|
|
* Thu Sep 02 2004 Nalin Dahyabhai <nalin@redhat.com> 20040229-8
|
|
|
|
- remove '&' from summary
|
|
|
|
|
|
|
|
* Thu Sep 02 2004 Bill Nottingham <notting@redhat.com> 20040229-7
|
|
|
|
- obsolete pdksh (#131303)
|
|
|
|
|
|
|
|
* Mon Aug 02 2004 Karsten Hopp <karsten@redhat.de> 20040229-6
|
|
|
|
- obsolete ksh93, provide ksh93
|
|
|
|
|
|
|
|
* Mon Jul 05 2004 Karsten Hopp <karsten@redhat.de> 20040229-3
|
|
|
|
- add /bin/ksh to /etc/shells
|
|
|
|
|
|
|
|
* Wed Jun 16 2004 Karsten Hopp <karsten@redhat.de> 20040229-2
|
|
|
|
- add ppc64 patch to avoid ppc64 dot symbol problem
|
|
|
|
|
|
|
|
* Fri May 28 2004 Karsten Hopp <karsten@redhat.de> 20040229-1
|
|
|
|
- initial version
|
2004-09-09 16:25:19 +00:00
|
|
|
|