- updated to 2010-03-09

- fix mock building - detection of /dev/fd/X
This commit is contained in:
Michal Hlavinka 2010-03-10 16:08:49 +00:00
parent 5009ddc909
commit 9577e684fb
3 changed files with 13 additions and 6 deletions

View File

@ -1,2 +1,2 @@
ast-ksh.2010-02-02.tgz
INIT.2010-02-02.tgz
ast-ksh.2010-03-09.tgz
INIT.2010-03-09.tgz

View File

@ -1,11 +1,11 @@
%define releasedate 2010-02-02
%define releasedate 2010-03-09
Name: ksh
Summary: The Original ATT Korn Shell
URL: http://www.kornshell.com/
Group: System Environment/Shells
License: CPL
Version: 20100202
Version: 20100309
Release: 1%{?dist}
Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
@ -37,6 +37,9 @@ with "sh" (the Bourne Shell).
%patch1 -p1 -b .builtins
%patch2 -p1 -b .jlist
#/dev/fd test does not work because of mock
sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
%build
./bin/package "read" ||:
export CCFLAGS="$RPM_OPT_FLAGS"
@ -88,6 +91,10 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Mar 10 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-1
- updated to 2010-03-09
- fix mock building - detection of /dev/fd/X
* Mon Jan 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100202-1
- updated to 2010-02-02

View File

@ -1,2 +1,2 @@
00282866e979eb21403f0fa73212e3c5 ast-ksh.2010-02-02.tgz
9c96ca12947f52274606a0625466b6dc INIT.2010-02-02.tgz
df8ab5733d1789db00bc2576fb5ecf6f ast-ksh.2010-03-09.tgz
48b71bc6046da85764384169bd17a6dc INIT.2010-03-09.tgz