[ghc-editline] Enable build on sparcv9

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


commit f8027c135f50f6bbffdaef1fa55b512167ac598a
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-editline.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ghc-editline.spec b/ghc-editline.spec
index 21e3234..5896e1d 100644
--- a/ghc-editline.spec
+++ b/ghc-editline.spec
@@ -17,7 +17,7 @@ provides a subset of the functionality of the readline library.
 Name:           ghc-%{pkg_name}
 # was part of haskell-platform-2009.2.0.2
 Version:        0.2.1.0
-Release:        22%{?dist}
+Release:        23%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -25,7 +25,7 @@ License:        BSD
 URL:            http://code.haskell.org/editline
 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


More information about the scm-commits mailing list