rpms/alex/F-7 alex.spec,1.1,1.2

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Tue Sep 25 22:26:05 UTC 2007


Author: bos

Update of /cvs/extras/rpms/alex/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17637

Modified Files:
	alex.spec 
Log Message:
Update to match devel



Index: alex.spec
===================================================================
RCS file: /cvs/extras/rpms/alex/F-7/alex.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alex.spec	25 Sep 2007 22:03:03 -0000	1.1
+++ alex.spec	25 Sep 2007 22:25:33 -0000	1.2
@@ -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 @@
 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 @@
 
 
 %changelog
+* Tue Sep 25 2007 Bryan O'Sullivan <bos at serpentine.com> - 2.1.0-4
+- build requires autoconf
+
 * Sun Jul 22 2007 Bryan O'Sullivan <bos at serpentine.com> - 2.1.0-3
 - apply a few cleanups from Jens Petersen
 




More information about the scm-commits mailing list