From 90bc5d6a2bc957900743b9f4e68671b1065daab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 9 Feb 2012 14:55:26 +0100 Subject: [PATCH] Autoreconf after patching --- pcre.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcre.spec b/pcre.spec index 8f13873..14adaa8 100644 --- a/pcre.spec +++ b/pcre.spec @@ -51,8 +51,9 @@ Utilities demonstrating PCRE capabilities like pcregrep or pcretest. %setup -q -n %{name}-%{myversion} # Get rid of rpath %patch0 -p1 -b .multilib -libtoolize --copy --force && autoreconf %patch1 -p1 -b .terminated_typos +# Because of rpath patch +libtoolize --copy --force && autoreconf # One contributor's name is non-UTF-8 for F in ChangeLog; do iconv -f latin1 -t utf8 "$F" >"${F}.utf8"