]> git.pld-linux.org Git - packages/happy.git/commitdiff
- added bootstrap bcond, release 2 auto/ac/happy-1_15-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Oct 2005 12:35:27 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    happy.spec -> 1.26

happy.spec

index 421ff6bc1083b1805e140d6220b62ba955acba99..1aa63784601e044bfe9378615822b59230e992b8 100644 (file)
@@ -1,8 +1,12 @@
+#
+# Conditional build:
+%bcond_with    bootstrap       # use foreign (non-rpm) ghc
+#
 Summary:       Yacc-like LALR(1) Parser Generator for Haskell
 Summary(pl):   Generator parserów LALR(1) w stylu yacc-a dla Haskella
 Name:          happy
 Version:       1.15
-Release:       1
+Release:       2
 License:       BSD w/o adv. clause
 Group:         Development/Languages
 URL:           http://haskell.org/happy/
@@ -11,7 +15,7 @@ Source0:      http://haskell.org/happy/dist/%{version}/%{name}-%{version}-src.tar.gz
 Patch0:                %{name}-arch.patch
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: ghc
+%{!?with_bootstrap:BuildRequires:      ghc}
 BuildRequires: gmp-devel
 BuildRequires: jadetex
 BuildRequires: elfutils-libelf
This page took 0.11114 seconds and 4 git commands to generate.