From b3551975fb31519d24ee6e45f1d7c6b91b219149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Thu, 23 May 2013 15:52:22 +0200 Subject: [PATCH] Add autoconf to BuildRequires. --- djvulibre.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/djvulibre.spec b/djvulibre.spec index 33b1e7b..85be843 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: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: Applications/Publishing URL: http://djvu.sourceforge.net/ @@ -19,7 +19,7 @@ BuildRequires: libjpeg-devel BuildRequires: libtiff-devel BuildRequires: xdg-utils chrpath BuildRequires: hicolor-icon-theme -BuildRequires: inkscape +BuildRequires: inkscape autoconf Provides: %{name}-mozplugin = %{version} Obsoletes: %{name}-mozplugin < 3.5.24 @@ -168,6 +168,9 @@ fi %changelog +* Thu May 23 2013 François Cami - - 3.5.25.3-8 +- Add autoreconf to BuildRequires. + * Thu May 23 2013 François Cami - - 3.5.25.3-7 - Call autoreconf in %build (#925264).