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 - 8.13-1 - 8.13 bump: Bug-fix version, Unicode tables updated to 6.0.0, new pcregrep