Fixed another BuildReq

This commit is contained in:
Jeff Carlson 2005-08-24 16:26:39 +00:00
parent 07907619d9
commit e62a3da260
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.2.4 Version: 2.2.4
Release: 1%{?dist} Release: 2%{?dist}
License: GPL License: GPL
Group: Applications/Editors Group: Applications/Editors
URL: http://zile.sourceforge.net/ URL: http://zile.sourceforge.net/
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtermcap-devel texinfo BuildRequires: libtermcap-devel texinfo ncurses-devel
%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
@ -46,6 +46,9 @@ fi
%{_datadir}/zile/ %{_datadir}/zile/
%changelog %changelog
* Wed Aug 24 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.4-2
- Another BuildRequires.
* Thu Aug 18 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.4-1 * Thu Aug 18 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.4-1
- Bump to latest release. - Bump to latest release.
- Supposed to fix x86_64 crash. - Supposed to fix x86_64 crash.