diff --git a/zsh.spec b/zsh.spec index 01906f5..3310374 100644 --- a/zsh.spec +++ b/zsh.spec @@ -1,7 +1,7 @@ Summary: A shell similar to ksh, but with improvements. Name: zsh Version: 3.0.8 -Release: 3 +Release: 4 Copyright: GPL Group: System Environment/Shells Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.gz @@ -34,7 +34,8 @@ Install the zsh package if you'd like to try out a different shell. autoconf %configure --bindir=/bin --enable-etcdir=/etc -make +# gawk exits 1 on ia64 for no apparent reason +make || make %install @@ -101,6 +102,9 @@ fi %config /etc/* %changelog +* Mon Nov 20 2000 Bill Nottingham +- fix ia64 build + * Thu Jul 13 2000 Prospector - automatic rebuild