From 629e05202c37c340dcce81b1405cb3b38bbf5d7b Mon Sep 17 00:00:00 2001 From: James Antill Date: Mar 02 2009 15:38:22 +0000 Subject: - Change to --enable-prce, see if that solves the ppc problems --- diff --git a/zsh.spec b/zsh.spec index 3d90656..f981049 100644 --- a/zsh.spec +++ b/zsh.spec @@ -3,7 +3,7 @@ Summary: A powerful interactive shell Name: zsh Version: 4.3.9 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://zsh.sunsite.dk/ Group: System Environment/Shells @@ -26,7 +26,7 @@ Patch6: zsh-4.3.6-hack-a01grammar-test-select-off.patch Prereq: fileutils grep /sbin/install-info Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel -BuildRequires: texinfo tetex texi2html gawk /bin/hostname +BuildRequires: texinfo tetex texi2html gawk /bin/hostname pcre-devel Requires(post): /sbin/install-info grep Requires(preun): /sbin/install-info Requires(postun): mktemp coreutils grep @@ -68,7 +68,7 @@ cp -p %SOURCE7 . %define _bindir /bin # Avoid stripping... export LDFLAGS="" -%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp --enable-maildir-support +%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp --enable-maildir-support --enable-pcre make all html @@ -163,6 +163,9 @@ fi %doc Doc/*.html %changelog +* Mon Mar 2 2009 James Antill - 4.3.9-3 +- Change to --enable-prce, see if that solves the ppc problems + * Wed Feb 25 2009 Fedora Release Engineering - 4.3.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild