[ghc-regex-compat] BR ghc-Cabal-devel and use ghc_excluded_archs

Jens Petersen petersen at fedoraproject.org
Mon Jun 20 02:29:39 UTC 2011


commit 34356c6c95c4c5ca8f04fabbe732973070b89a8c
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jun 20 11:29:27 2011 +0900

    BR ghc-Cabal-devel and use ghc_excluded_archs

 ghc-regex-compat.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/ghc-regex-compat.spec b/ghc-regex-compat.spec
index 793d608..6288562 100644
--- a/ghc-regex-compat.spec
+++ b/ghc-regex-compat.spec
@@ -8,18 +8,18 @@
 %global ghc_pkg_deps 
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2011.2.0.0
+# part of haskell-platform-2011.2.0.1
 Version:        0.93.1
-Release:        7%{?dist}
+Release:        8%{?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-regex-posix-prof
@@ -44,6 +44,9 @@ BuildRequires:  ghc-regex-posix-prof
 
 
 %changelog
+* Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 0.93.1-8
+- BR ghc-Cabal-devel and use ghc_excluded_archs
+
 * Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.93.1-6
 - Enable build on sparcv9
 


More information about the scm-commits mailing list