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"