From 42c1e62b74b8ac37d29642f7f5b492b6a8464e5d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 25 Jan 2013 17:43:56 +0000 Subject: [PATCH] Adjust autoreconf to fix FTBFS on F-19 --- pcre.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pcre.spec b/pcre.spec index b35f437..c1585bb 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,13 +1,15 @@ # This is stable release: #%%global rcversion RC1 + Name: pcre Version: 8.32 -Release: %{?rcversion:0.}2%{?rcversion:.%rcversion}%{?dist} +Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist} %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library Group: System Environment/Libraries License: BSD URL: http://www.pcre.org/ + Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{?rcversion:Testing/}%{name}-%{myversion}.tar.bz2 # Upstream thinks RPATH is good idea. Patch0: pcre-8.21-multilib.patch @@ -55,7 +57,7 @@ Utilities demonstrating PCRE capabilities like pcregrep or pcretest. %patch0 -p1 -b .multilib %patch1 -p1 -b .terminated_typos # Because of rpath patch -libtoolize --copy --force && autoreconf +libtoolize --copy --force && autoreconf -vif # One contributor's name is non-UTF-8 for F in ChangeLog; do iconv -f latin1 -t utf8 "$F" >"${F}.utf8" @@ -117,6 +119,9 @@ make check %{_mandir}/man1/pcretest.* %changelog +* Fri Jan 25 2013 Peter Robinson 8.32-3 +- Adjust autoreconf to fix FTBFS on F-19 + * Mon Jan 07 2013 Petr Pisar - 8.32-2 - Make inter-subpackage dependencies architecture specific (bug #892187)