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

Peter Robinson pbrobinson at fedoraproject.org
Mon May 5 20:25:38 UTC 2014


commit 09d66d5b85fe71227b2e79df3cadad09f372df93
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon May 5 21:25:52 2014 +0100

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

 djvulibre.spec |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
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 <pbrobinson at 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 at gmail.com> - 3.5.25.3-11
 - Only call autoreconf for Fedora 19 and higher, and not RHEL
 


More information about the scm-commits mailing list