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:
parent
abdd31b6d3
commit
28318b190d
8
zsh.spec
8
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 <notting@redhat.com>
|
||||
- fix ia64 build
|
||||
|
||||
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user