[hscolour] link executable to Haskell libs statically for easier ghc package bootstrapping

Jens Petersen petersen at fedoraproject.org
Thu Feb 27 02:07:20 UTC 2014


commit 34b62eba78fcac68f6b7d9afd203bac9a2972493
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Feb 27 11:08:07 2014 +0900

    link executable to Haskell libs statically for easier ghc package bootstrapping

 hscolour.spec |   11 ++++++-----
 1 files 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 <petersen at redhat.com> - 1.20.3-8
+- link executable to Haskell libs statically for easier ghc package bootstrapping
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.20.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list