[ghc-failure] BR Cabal-devel

Jens Petersen petersen at fedoraproject.org
Mon Jun 20 09:40:09 UTC 2011


commit 2aa23860f4c73add4dd8400d8caec28915311cdb
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jun 20 18:39:58 2011 +0900

    BR Cabal-devel

 ghc-failure.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/ghc-failure.spec b/ghc-failure.spec
index f194a8a..0f22485 100644
--- a/ghc-failure.spec
+++ b/ghc-failure.spec
@@ -10,19 +10,20 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.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, ghc-doc, ghc-prof
+# ghc_excluded_archs is defined in redhat-rpm-config
+ExcludeArch:    %{ghc_excluded_archs}
+BuildRequires:  ghc-Cabal-devel
 # macros for building haskell packages
-BuildRequires:  ghc-rpm-macros >= 0.7.3
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
+BuildRequires:  ghc-base-prof
 
 %description
 %{common_description}
@@ -46,6 +47,9 @@ BuildRequires:  hscolour
 
 
 %changelog
+* Mon Jun 20 2011 Jens Petersen <petersen at redhat.com> - 0.1.0.1-6
+- BR ghc-Cabal-devel and use ghc_excluded_archs
+
 * Wed May 11 2011 Ben Boeckel <mathstuf at gmail.com> - 0.1.0.1-5
 - Update to cabal2spec-0.22.7
 


More information about the scm-commits mailing list