Build requires autoconf
This commit is contained in:
parent
cf3e76fefa
commit
1d392bbd02
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: alex
|
||||
Version: 2.1.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: The lexer generator for Haskell
|
||||
|
||||
Group: Development/Tools
|
||||
|
|
@ -9,7 +9,7 @@ URL: http://haskell.org/alex/
|
|||
Source: http://haskell.org/alex/dist/%{version}/alex-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: ghc docbook-style-xsl libxslt
|
||||
BuildRequires: autoconf ghc docbook-style-xsl libxslt
|
||||
|
||||
%description
|
||||
Alex is a tool for generating lexical analysers in Haskell, given a
|
||||
|
|
@ -47,6 +47,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 25 2007 Bryan O'Sullivan <bos@serpentine.com> - 2.1.0-4
|
||||
- build requires autoconf
|
||||
|
||||
* Sun Jul 22 2007 Bryan O'Sullivan <bos@serpentine.com> - 2.1.0-3
|
||||
- apply a few cleanups from Jens Petersen
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue