From 34b62eba78fcac68f6b7d9afd203bac9a2972493 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Feb 2014 11:08:07 +0900 Subject: [PATCH] link executable to Haskell libs statically for easier ghc package bootstrapping --- hscolour.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hscolour.spec b/hscolour.spec index 6903377..26afa19 100644 --- a/hscolour.spec +++ b/hscolour.spec @@ -2,14 +2,12 @@ %global pkg_name hscolour -# use following to bootstrap after building a new ghc version: -#%%{?ghc_bootstrap} -#%%global ghc_bootstrapping 1 -#%%global without_hscolour 1 +# link statically to Haskell libs for easier ghc version bootstrapping +%global ghc_without_dynamic 1 Name: %{pkg_name} Version: 1.20.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Colorize Haskell code # the source does not state intended GPL version @@ -82,6 +80,9 @@ This package provides the Haskell %{name} library development files. %changelog +* Thu Feb 27 2014 Jens Petersen - 1.20.3-8 +- link executable to Haskell libs statically for easier ghc package bootstrapping + * Sat Aug 03 2013 Fedora Release Engineering - 1.20.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild