[zile] Add missing BuildRequires for autoconf, automake.

Eric Smith brouhaha at fedoraproject.org
Mon Apr 29 18:42:15 UTC 2013


commit 03572f22ceac25b8f592e0d22d732b31557ef417
Author: Eric Smith <eric at brouhaha.com>
Date:   Mon Apr 29 12:42:06 2013 -0600

    Add missing BuildRequires for autoconf, automake.

 zile.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <eric at brouhaha.com> - 2.3.21-8
+- Added missing BuildRequires for autoconf, automake.
+
 * Mon Apr 29 2013 Eric Smith <eric at brouhaha.com> - 2.3.21-7
 - Add autoreconf in prep section to support aarch64 (Bug #926862).
 


More information about the scm-commits mailing list