From 03572f22ceac25b8f592e0d22d732b31557ef417 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Apr 29 2013 18:42:06 +0000 Subject: Add missing BuildRequires for autoconf, automake. --- diff --git a/zile.spec b/zile.spec index f13712f..1f9b7d7 100644 --- a/zile.spec +++ b/zile.spec @@ -1,13 +1,13 @@ Summary: Zile Is Lossy Emacs Name: zile Version: 2.3.21 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3+ Group: Applications/Editors URL: http://www.gnu.org/software/%{name}/ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: zile-2.3.21-no_gets.patch -BuildRequires: ncurses-devel help2man +BuildRequires: ncurses-devel help2man autoconf automake %description Zile is a small Emacs clone. Zile is a customizable, self-documenting @@ -37,6 +37,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_datadir}/%{name}/ %changelog +* Mon Apr 29 2013 Eric Smith - 2.3.21-8 +- Added missing BuildRequires for autoconf, automake. + * Mon Apr 29 2013 Eric Smith - 2.3.21-7 - Add autoreconf in prep section to support aarch64 (Bug #926862).