[ghc-parallel] BR ghc-Cabal-devel and use ghc_excluded_archs

Jens Petersen petersen at fedoraproject.org
Mon Jun 20 02:08:12 UTC 2011


commit 6b904143131e057d2043009665079a5bc995c2e3
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jun 20 11:07:59 2011 +0900

    BR ghc-Cabal-devel and use ghc_excluded_archs

 ghc-parallel.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/ghc-parallel.spec b/ghc-parallel.spec
index 23b057e..7e4eff5 100644
--- a/ghc-parallel.spec
+++ b/ghc-parallel.spec
@@ -5,18 +5,18 @@
 %global common_description A parallel programming library for Haskell.
 
 Name:           ghc-%{pkg_name}
-# break of haskell-platform-2010.2.0.0
+# part of haskell-platform-2010.2.0.1
 Version:        3.1.0.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 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 sparcv9 ppc64
-BuildRequires:  ghc-prof
+# ghc_excluded_archs is defined in redhat-rpm-config
+ExcludeArch:    %{ghc_excluded_archs}
+BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
 BuildRequires:  ghc-deepseq-prof
@@ -41,6 +41,9 @@ BuildRequires:  ghc-deepseq-prof
 
 
 %changelog
+* Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 3.1.0.1-6
+- BR ghc-Cabal-devel and use ghc_excluded_archs
+
 * Fri May 27 2011 Jens Petersen <petersen at redhat.com> - 3.1.0.1-5
 - update to cabal2spec-0.23: add ppc64
 


More information about the scm-commits mailing list