Run autoreconf for aarch64 support (bug #925256).
This commit is contained in:
parent
ca4a9c85a5
commit
47f8f06f47
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU collection of diff utilities
|
Summary: A GNU collection of diff utilities
|
||||||
Name: diffutils
|
Name: diffutils
|
||||||
Version: 3.3
|
Version: 3.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://www.gnu.org/software/diffutils/diffutils.html
|
URL: http://www.gnu.org/software/diffutils/diffutils.html
|
||||||
Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz
|
Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz
|
||||||
@ -14,6 +14,7 @@ Requires(preun): info
|
|||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
|
BuildRequires: autoconf, automake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff
|
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
|
%patch4 -p1 -b .i18n
|
||||||
|
|
||||||
|
# Run autoreconf for aarch64 support (bug #925256).
|
||||||
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make PR_PROGRAM=%{_bindir}/pr
|
make PR_PROGRAM=%{_bindir}/pr
|
||||||
@ -71,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/diffutils.info*gz
|
%{_infodir}/diffutils.info*gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 29 2013 Tim Waugh <twaugh@redhat.com> 3.3-2
|
||||||
|
- Run autoreconf for aarch64 support (bug #925256).
|
||||||
|
|
||||||
* Tue Mar 26 2013 Tim Waugh <twaugh@redhat.com> 3.3-1
|
* Tue Mar 26 2013 Tim Waugh <twaugh@redhat.com> 3.3-1
|
||||||
- 3.3 (bug #927560).
|
- 3.3 (bug #927560).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user