Fixing BuildRequires

This commit is contained in:
Jesse Keating 2006-06-05 21:29:19 +00:00
parent 619a25dc21
commit b834fbc8ab

View File

@ -1,13 +1,13 @@
Name: brltty Name: brltty
Version: 3.2 Version: 3.2
Release: 10.2.1 Release: 11
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://mielke.cc/brltty/ URL: http://mielke.cc/brltty/
Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-InstallRoot BuildRoot: %{_tmppath}/%{name}-%{version}-InstallRoot
Summary: Braille display driver for Linux/Unix. Summary: Braille display driver for Linux/Unix.
Prereq: coreutils BuildRequires: byacc
%description %description
BRLTTY is a background process (daemon) which provides BRLTTY is a background process (daemon) which provides
@ -78,6 +78,9 @@ fi
/etc/brltty /etc/brltty
%changelog %changelog
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.2-11
- Added byacc BuildRequires, removed prereq, coreutils is always there
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2.1 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2.1
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)