[ghc-transformers] BR ghc-Cabal-devel and ghc-base-prof instead of ghc-prof

Jens Petersen petersen at fedoraproject.org
Sun Jun 19 11:11:41 UTC 2011


commit b8d28f1b42a75e3714741668e074659fc7ebb70c
Author: Jens Petersen <petersen at redhat.com>
Date:   Sun Jun 19 20:11:25 2011 +0900

    BR ghc-Cabal-devel and ghc-base-prof instead of ghc-prof

 ghc-transformers.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ghc-transformers.spec b/ghc-transformers.spec
index 9e82794..9f5031a 100644
--- a/ghc-transformers.spec
+++ b/ghc-transformers.spec
@@ -5,13 +5,13 @@
 %global common_description This part contains the monad transformer class, the concrete \
 monad transformers, operations and liftings. It can be used \
 on its own in Haskell 98 code, or with the monad classes in \
-the @monads-fd@ or @monads-tf@ packages, which automatically \
+the monads-fd or monads-tf packages, which automatically \
 lift operations introduced by monad transformers through \
 other transformers.
 
 Name:           ghc-%{pkg_name}
 Version:        0.2.2.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -19,10 +19,11 @@ 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
+ExcludeArch:    %{ghc_excluded_archs}
+BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
+BuildRequires:  ghc-base-prof
 
 %description
 %{common_description}
@@ -44,6 +45,9 @@ BuildRequires:  hscolour
 
 
 %changelog
+* Sun Jun 19 2011 Jens Petersen <petersen at redhat.com> - 0.2.2.0-9
+- BR ghc-Cabal-devel and ghc-base-prof, instead of ghc-prof
+
 * Fri May 27 2011 Jens Petersen <petersen at redhat.com> - 0.2.2.0-8
 - update to cabal2spec-0.23
 


More information about the scm-commits mailing list