]> git.pld-linux.org Git - packages/alex.git/commitdiff
- regenerate configure
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Jun 2004 00:21:33 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alex.spec -> 1.5

alex.spec

index 3e9b29044c9f46dd3396486081ca7c495c477137..67bd3713985a2b22e2ef2242f5fbf93885295bd7 100644 (file)
--- a/alex.spec
+++ b/alex.spec
@@ -11,6 +11,7 @@ Patch0:               %{name}-DESTDIR.patch
 Patch1:                %{name}-debian.patch
 URL:           http://www.haskell.org/alex/
 BuildRequires: ghc >= 5.04
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,6 +30,9 @@ regularnych. Jest podobne do narz
 %patch1 -p1
 
 %build
+chmod u+w configure*
+%{__aclocal}
+%{__autoconf}
 %configure
 %{__make}
 %{__make} ps -C alex/doc
This page took 0.083609 seconds and 4 git commands to generate.