From 3b5aa06c8825dc5f64db8838a168bedc022fe49e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 22 Dec 2009 09:35:43 +0000 Subject: [PATCH] add p_dyn (dynamic profiling libs) for binlib packages --- ghc.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ghc.spec b/ghc.spec index 14a2386..323d36d 100644 --- a/ghc.spec +++ b/ghc.spec @@ -24,7 +24,7 @@ Name: ghc # break of haskell-platform-2009.2.0.2 Version: 6.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Glasgow Haskell Compilation system # fedora ghc has only been bootstrapped on the following archs: ExclusiveArch: %{ix86} x86_64 ppc alpha @@ -152,9 +152,7 @@ rm -r ghc-tarballs/{mingw,perl} %build cat > mk/build.mk << EOF -%if %{without prof} -GhcLibWays = v %{?with_shared:dyn} -%endif +GhcLibWays = v %{?with_prof:p} %{?with_shared:dyn %{?with_prof:p_dyn}} %if %{without doc} HADDOCK_DOCS = NO %endif @@ -347,6 +345,9 @@ fi %endif %changelog +* Tue Dec 22 2009 Jens Petersen - 6.12.1-2 +- add p_dyn (dynamic profiling libs) for binlib packages + * Wed Dec 16 2009 Jens Petersen - 6.12.1-1 - pre promoted to 6.12.1 final - exclude ghc .conf file from package.conf.d in base package