Remove autoconf requirement, it's not needed even for aarch64 it's handled in the %%configure macro

epel9
Peter Robinson 11 years ago
parent ec2aa3077f
commit 09d66d5b85

@ -1,7 +1,7 @@
Summary: DjVu viewers, encoders, and utilities
Name: djvulibre
Version: 3.5.25.3
Release: 11%{?dist}
Release: 12%{?dist}
License: GPLv2+
Group: Applications/Publishing
URL: http://djvu.sourceforge.net/
@ -20,10 +20,6 @@ BuildRequires: libtiff-devel
BuildRequires: xdg-utils chrpath
BuildRequires: hicolor-icon-theme
BuildRequires: inkscape
%if 0%{?fedora} > 18
# Autoreconf needs to be called for aarch64 support - see BZ 925264
BuildRequires: autoconf
%endif
Provides: %{name}-mozplugin = %{version}
Obsoletes: %{name}-mozplugin < 3.5.24
@ -62,11 +58,6 @@ Development files for DjVuLibre.
%prep
%setup -q -n %{name}-3.5.25
# call autoreconf to support aarch64 before applying patches (#925264).
%if 0%{?fedora} > 18
# Autoreconf needs to be called for aarch64 support - see BZ 925264
autoreconf
%endif
%patch0 -p1 -b .cdefs
%patch1 -p1 -b .cflags
@ -176,6 +167,10 @@ fi
%changelog
* Mon May 5 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.5.25.3-12
- Remove autoconf requirement, it's not needed even for aarch64
it's handled in the %%configure macro
* Tue Dec 17 2013 Jonathan Underwood <jonathan.underwood@gmail.com> - 3.5.25.3-11
- Only call autoreconf for Fedora 19 and higher, and not RHEL

Loading…
Cancel
Save