diff --git a/djvulibre.spec b/djvulibre.spec index 230f3fb..218b812 100644 --- a/djvulibre.spec +++ b/djvulibre.spec @@ -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 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 - 3.5.25.3-11 - Only call autoreconf for Fedora 19 and higher, and not RHEL