[ghc-text] Enable build on sparcv9

Fabio M. Di Nitto fabbione at fedoraproject.org
Thu Mar 10 08:34:24 UTC 2011


commit 16541e73758ec79119b75dd7367a7884aa1b0bd6
Author: Fabio M. Di Nitto <fdinitto at redhat.com>
Date:   Thu Mar 10 09:15:38 2011 +0100

    Enable build on sparcv9
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>

 ghc-text.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-text.spec b/ghc-text.spec
index e6b4fd9..ff0aab7 100644
--- a/ghc-text.spec
+++ b/ghc-text.spec
@@ -9,7 +9,7 @@
 Name:           ghc-%{pkg_name}
 # part of haskell-platform-2011.1.0.0
 Version:        0.11.0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -17,7 +17,7 @@ License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 # fedora ghc archs:
-ExclusiveArch:  %{ix86} x86_64 ppc alpha
+ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
 BuildRequires:  ghc, ghc-doc, ghc-prof
 BuildRequires:  ghc-rpm-macros >= 0.7.3
 BuildRequires:  hscolour
@@ -51,6 +51,9 @@ echo %doc README.markdown >> %{name}-devel.files
 
 
 %changelog
+* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.11.0.5-2
+- Enable build on sparcv9
+
 * Tue Feb 15 2011 Jens Petersen <petersen at redhat.com> - 0.11.0.5-1
 - update to 0.11.0.5 for haskell-platform-2011.1
 


More information about the scm-commits mailing list