From 3b901957995ba476eaec3678b4910667dd385f66 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Jun 23 2010 10:54:37 +0000 Subject: don't link dynamically since happy is needed to build ghc --- diff --git a/happy.spec b/happy.spec index adad9a6..03c55a0 100644 --- a/happy.spec +++ b/happy.spec @@ -1,5 +1,5 @@ -# link with shared libs -%bcond_without dynamic +# not dynamically linked for bootstrapping ghc +%bcond_with dynamic # ghc does not emit debug information %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: happy # part of haskell-platform-2010.1.0.0 Version: 1.18.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: LALR(1) Parser Generator for Haskell License: BSD Group: Development/Tools @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 23 2010 Jens Petersen - 1.18.4-7 +- don't link dynamically since happy is needed to build ghc + * Tue Apr 27 2010 Jens Petersen - 1.18.4-6 - rebuild against ghc-6.12.2