Compile pcretest with readline support
This commit is contained in:
parent
f5f5259904
commit
53a7f77f56
@ -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@redhat.com> - 8.13-1
|
||||
- 8.13 bump: Bug-fix version, Unicode tables updated to 6.0.0, new pcregrep
|
||||
|
Loading…
Reference in New Issue
Block a user