Adjust autoreconf to fix FTBFS on F-19

This commit is contained in:
Peter Robinson 2013-01-25 17:43:56 +00:00
parent cde4fcc4be
commit 42c1e62b74

View File

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