[pcre] Compile pcretest with readline support

Petr Pisar ppisar at fedoraproject.org
Thu Aug 18 14:10:16 UTC 2011


commit 53a7f77f56d071837307563ad4d94ac42b9b3a52
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Aug 18 16:04:45 2011 +0200

    Compile pcretest with readline support

 pcre.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index cdf05b4..ae40fe9 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -9,6 +9,7 @@ Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{name}-%{versi
 Patch0: pcre-8.10-multilib.patch
 # Refused by upstream, bug #675477
 Patch1: pcre-8.12-refused_spelling_terminated.patch
+BuildRequires: readline-devel
 # New libtool to get rid of rpath
 BuildRequires: autoconf, automake, libtool
 
@@ -56,7 +57,8 @@ for F in ChangeLog; do
 done
 
 %build
-%configure --enable-utf8 --enable-unicode-properties
+%configure --enable-pcretest-libreadline --enable-utf8 \
+    --enable-unicode-properties
 make %{?_smp_mflags}
 
 %install
@@ -112,6 +114,7 @@ make check
 - Separate utilities from libraries
 - Move pcre-config(1) manual to pcre-devel sub-package
 - Remove explicit defattr from spec code
+- Compile pcretest with readline support
 
 * Thu Aug 18 2011 Petr Pisar <ppisar at redhat.com> - 8.13-1
 - 8.13 bump: Bug-fix version, Unicode tables updated to 6.0.0, new pcregrep


More information about the scm-commits mailing list