[cabal-install] Enable build on sparcv9

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


commit 9342b03cbd375fcfea3dca10a737dcbc0cfe59b7
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>

 cabal-install.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cabal-install.spec b/cabal-install.spec
index 9bf7c5e..fe84c74 100644
--- a/cabal-install.spec
+++ b/cabal-install.spec
@@ -1,7 +1,7 @@
 Name:           cabal-install
 # haskell-platform-2011.1.0.0
 Version:        0.9.6
-Release:        0.1%{?dist}
+Release:        0.2%{?dist}
 Summary:        Haskell package tool
 
 Group:          Development/Tools
@@ -10,7 +10,7 @@ URL:            http://hackage.haskell.org/package/%{name}
 Source0:        http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:        cabal-install.sh
 # fedora ghc archs:
-ExclusiveArch:  %{ix86} x86_64 ppc alpha
+ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
 BuildRequires:  ghc, ghc-devel
 BuildRequires:  ghc-rpm-macros >= 0.7.0
 BuildRequires:  ghc-zlib-devel, ghc-HTTP-devel
@@ -51,6 +51,9 @@ rm ${RPM_BUILD_ROOT}/%{_docdir}/%{name}-%{version}/LICENSE
 
 
 %changelog
+* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.9.6-0.2
+- Enable build on sparcv9
+
 * Tue Feb 15 2011 Jens Petersen <petersen at redhat.com> - 0.9.6-0.1
 - update to 0.9.6 pre snapshot
 


More information about the scm-commits mailing list