Autoreconf after patching

This commit is contained in:
Petr Písař 2012-02-09 14:55:26 +01:00
parent c74eea56c9
commit 90bc5d6a2b

View File

@ -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"