Add missing BuildRequires for autoconf, automake.

This commit is contained in:
Eric Smith 2013-04-29 12:42:06 -06:00
parent 7054e838ea
commit 03572f22ce
1 changed files with 5 additions and 2 deletions

View File

@ -1,13 +1,13 @@
Summary: Zile Is Lossy Emacs Summary: Zile Is Lossy Emacs
Name: zile Name: zile
Version: 2.3.21 Version: 2.3.21
Release: 7%{?dist} Release: 8%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Editors Group: Applications/Editors
URL: http://www.gnu.org/software/%{name}/ URL: http://www.gnu.org/software/%{name}/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Patch0: zile-2.3.21-no_gets.patch Patch0: zile-2.3.21-no_gets.patch
BuildRequires: ncurses-devel help2man BuildRequires: ncurses-devel help2man autoconf automake
%description %description
Zile is a small Emacs clone. Zile is a customizable, self-documenting 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}/ %{_datadir}/%{name}/
%changelog %changelog
* Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.3.21-8
- Added missing BuildRequires for autoconf, automake.
* Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.3.21-7 * Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.3.21-7
- Add autoreconf in prep section to support aarch64 (Bug #926862). - Add autoreconf in prep section to support aarch64 (Bug #926862).