- Add --enable-maildir-support BZ#186281
This commit is contained in:
parent
c7ed633830
commit
d937758088
7
zsh.spec
7
zsh.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: A powerful interactive shell
|
Summary: A powerful interactive shell
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 4.2.6
|
Version: 4.2.6
|
||||||
Release: 1
|
Release: 2
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://zsh.sunsite.dk/
|
URL: http://zsh.sunsite.dk/
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -63,7 +63,7 @@ cp -p %SOURCE7 .
|
|||||||
%define _bindir /bin
|
%define _bindir /bin
|
||||||
# Avoid stripping...
|
# Avoid stripping...
|
||||||
export LDFLAGS=""
|
export LDFLAGS=""
|
||||||
%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp
|
%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp --enable-maildir-support
|
||||||
|
|
||||||
make all html
|
make all html
|
||||||
# Run the testsuite
|
# Run the testsuite
|
||||||
@ -140,6 +140,9 @@ fi
|
|||||||
%doc Doc/zsh/*.html
|
%doc Doc/zsh/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 19 2006 James Antill <jantill@redhat.com> - 4.2.6-2
|
||||||
|
- Add --enable-maildir-support BZ#186281
|
||||||
|
|
||||||
* Mon Sep 11 2006 Christopher Aillon <caillon@redhat.com> - 4.2.6-1
|
* Mon Sep 11 2006 Christopher Aillon <caillon@redhat.com> - 4.2.6-1
|
||||||
- Update to 4.2.6
|
- Update to 4.2.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user