From 47f8f06f47dc56fe4bb2b37d1baaf488860bd6d1 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 29 Apr 2013 15:40:51 +0100 Subject: [PATCH] Run autoreconf for aarch64 support (bug #925256). --- diffutils.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/diffutils.spec b/diffutils.spec index c3d09ed..f6173dd 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -1,7 +1,7 @@ Summary: A GNU collection of diff utilities Name: diffutils Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Text URL: http://www.gnu.org/software/diffutils/diffutils.html Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz @@ -14,6 +14,7 @@ Requires(preun): info Provides: bundled(gnulib) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: help2man +BuildRequires: autoconf, automake %description Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff @@ -38,6 +39,9 @@ Install diffutils if you need to compare text files. %patch4 -p1 -b .i18n +# Run autoreconf for aarch64 support (bug #925256). +autoreconf + %build %configure make PR_PROGRAM=%{_bindir}/pr @@ -71,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/diffutils.info*gz %changelog +* Mon Apr 29 2013 Tim Waugh 3.3-2 +- Run autoreconf for aarch64 support (bug #925256). + * Tue Mar 26 2013 Tim Waugh 3.3-1 - 3.3 (bug #927560).