auto-import changelog data from zsh-3.0.8-4.src.rpm

Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
- fix ia64 build
This commit is contained in:
cvsdist 2004-09-09 15:18:52 +00:00
parent abdd31b6d3
commit 28318b190d

View File

@ -1,7 +1,7 @@
Summary: A shell similar to ksh, but with improvements. Summary: A shell similar to ksh, but with improvements.
Name: zsh Name: zsh
Version: 3.0.8 Version: 3.0.8
Release: 3 Release: 4
Copyright: GPL Copyright: GPL
Group: System Environment/Shells Group: System Environment/Shells
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.gz 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 autoconf
%configure --bindir=/bin --enable-etcdir=/etc %configure --bindir=/bin --enable-etcdir=/etc
make # gawk exits 1 on ia64 for no apparent reason
make || make
%install %install
@ -101,6 +102,9 @@ fi
%config /etc/* %config /etc/*
%changelog %changelog
* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
- fix ia64 build
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com> * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild - automatic rebuild