petersen pushed to hscolour (f20). "link executable to Haskell libs statically for easier ghc package bootstrapping"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 08:36:53 UTC 2015


From 34b62eba78fcac68f6b7d9afd203bac9a2972493 Mon Sep 17 00:00:00 2001
From: Jens Petersen <petersen at redhat.com>
Date: Thu, 27 Feb 2014 11:08:07 +0900
Subject: link executable to Haskell libs statically for easier ghc package
 bootstrapping


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/hscolour.git/commit/?h=f20&id=34b62eba78fcac68f6b7d9afd203bac9a2972493


More information about the scm-commits mailing list