[ghc-dataenc] BR ghc-Cabal-devel instead of ghc-prof (cabal2spec-0.23.2)

Jens Petersen petersen at fedoraproject.org
Tue Jun 21 09:15:52 UTC 2011


commit 66e8098a15405002c9377b0ad0951ef65ad3e8c1
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jun 21 18:15:41 2011 +0900

    BR ghc-Cabal-devel instead of ghc-prof (cabal2spec-0.23.2)

 ghc-dataenc.spec |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/ghc-dataenc.spec b/ghc-dataenc.spec
index 9e931a1..36b386f 100644
--- a/ghc-dataenc.spec
+++ b/ghc-dataenc.spec
@@ -10,26 +10,23 @@ uuencode, xxencode, and yEncoding.
 
 Name:           ghc-%{pkg_name}
 Version:        0.14
-Release:        1%{?dist}
+Release:        2%{?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
-BuildRequires:  ghc, ghc-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.7.3
+ExclusiveArch:  %{ghc_arches}
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
+BuildRequires:  ghc-containers-prof
 
 %description
 %{common_description}
 
 
-%{?ghc_lib_package}
-
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -42,7 +39,13 @@ BuildRequires:  hscolour
 %ghc_lib_install
 
 
+%ghc_lib_package
+
+
 %changelog
+* Tue Jun 21 2011 Jens Petersen <petersen at redhat.com> - 0.14-2
+- BR ghc-Cabal-devel instead of ghc-prof (cabal2spec-0.23.2)
+
 * Fri Mar 11 2011 Jens Petersen <petersen at redhat.com> - 0.14-1
 - update to 0.14
 


More information about the scm-commits mailing list