SPECS: happy.spec - added bootstrap bcond, release 2
qboosh
qboosh at pld-linux.org
Mon Oct 17 14:35:33 CEST 2005
Author: qboosh Date: Mon Oct 17 12:35:33 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added bootstrap bcond, release 2
---- Files affected:
SPECS:
happy.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/happy.spec
diff -u SPECS/happy.spec:1.25 SPECS/happy.spec:1.26
--- SPECS/happy.spec:1.25 Sun Jul 3 22:05:14 2005
+++ SPECS/happy.spec Mon Oct 17 14:35:27 2005
@@ -1,9 +1,13 @@
# $Revision$, $Date$
+#
+# 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/
@@ -12,7 +16,7 @@
Patch0: %{name}-arch.patch
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: ghc
+%{!?with_bootstrap:BuildRequires: ghc}
BuildRequires: gmp-devel
BuildRequires: jadetex
BuildRequires: elfutils-libelf
@@ -86,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2005/10/17 12:35:27 qboosh
+- added bootstrap bcond, release 2
+
Revision 1.25 2005/07/03 20:05:14 undefine
- add examples
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/happy.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list