- new upstream version
This commit is contained in:
parent
a18e517cfb
commit
4852349b7d
@ -1,3 +1,3 @@
|
||||
ast-base-locale.2007-03-28.tgz
|
||||
ast-ksh.2007-06-28.tgz
|
||||
INIT.2007-06-28.tgz
|
||||
ast-ksh.2007-11-05.tgz
|
||||
ast-ksh-locale.2007-11-05.tgz
|
||||
INIT.2007-11-05.tgz
|
||||
|
||||
15
ksh.spec
15
ksh.spec
@ -1,5 +1,5 @@
|
||||
#ExclusiveArch: x86_64
|
||||
%define releasedate 2007-06-28
|
||||
%define releasedate 2007-11-05
|
||||
#ExcludeArch: ia64
|
||||
|
||||
Name: ksh
|
||||
@ -7,12 +7,12 @@ Summary: The Original ATT Korn Shell
|
||||
URL: http://www.kornshell.com/
|
||||
Group: Applications/Shells
|
||||
License: Common Public License Version 1.0
|
||||
Version: 20070628
|
||||
Release: 1.1%{?dist}
|
||||
Version: 200711205
|
||||
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
|
||||
Source2: http://www.research.att.com/~gsf/download/tgz/ast-base-locale.2007-03-28.tgz
|
||||
Patch0: ksh-20041225-gcc4.patch
|
||||
Source2: http://www.research.att.com/~gsf/download/tgz/ast-ksh-locale.%{releasedate}.tgz
|
||||
#Patch0: ksh-20041225-gcc4.patch
|
||||
Patch1: ksh-20070328-uname.patch
|
||||
Patch2: ksh-20070328-useex.patch
|
||||
Patch3: ksh-20070328-builtins.patch
|
||||
@ -40,7 +40,7 @@ with "sh" (the Bourne Shell).
|
||||
%setup -q -c
|
||||
%setup -q -T -D -a 1
|
||||
%setup -q -T -D -a 2
|
||||
%patch0 -p1 -b .gcc4
|
||||
#%patch0 -p1 -b .gcc4
|
||||
%patch1 -p1 -b .uname
|
||||
%patch2 -p1 -b .use_ex
|
||||
%patch3 -p1 -b .builtins
|
||||
@ -104,6 +104,9 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2007 Tomas Smetana <tsmetana@redhat.com> 20071105-1
|
||||
- new upstream version
|
||||
|
||||
* Wed Aug 22 2007 Tomas Smetana <tsmetana@redhat.com> 20070628-1.1
|
||||
- rebuild
|
||||
|
||||
|
||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
1763efbc8217d0399f08bdeb31168e9a ast-base-locale.2007-03-28.tgz
|
||||
c9096f6ecfe49010aed0eb5f4dda9757 ast-ksh.2007-06-28.tgz
|
||||
6d515cfbb3191bd78c567a2ed0035dd1 INIT.2007-06-28.tgz
|
||||
19c22f3711188c49564589f525ebd5d7 ast-ksh.2007-11-05.tgz
|
||||
8024e4ab068f933bc8fc0f45a9c4fb71 ast-ksh-locale.2007-11-05.tgz
|
||||
312f61269398c0fc854b753a51938230 INIT.2007-11-05.tgz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user