]> git.pld-linux.org Git - packages/happy.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 18 Sep 2001 18:31:06 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added autoconf fixes

Changed files:
    happy.spec -> 1.5

happy.spec

index 2b2b9000c276030d9afe0c23e31e7f3d5b46634e..c8c6247d2df1679aca10a6f9c03614567e6d8f9c 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Yacc-like LALR(1) Parser Generator for Haskell
 Name:          happy
 Version:       1.10
-Release:       1
+Release:       2
 License:       BSD w/o adv. clause
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
@@ -10,6 +10,7 @@ URL:          http://haskell.org/happy/
 Source0:       http://haskell.org/happy/dist/%{version}/%{name}-%{version}-src.tar.gz
 Patch0:                %{name}-sgml-CATALOG.patch
 Patch1:                %{name}-DESTDIR.patch
+Patch2:                %{name}-ac.patch
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
 BuildRequires: libelf
@@ -30,6 +31,7 @@ one program.
 %setup -q
 #%patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 chmod u+w configure
This page took 0.081086 seconds and 4 git commands to generate.