[ghc-hinotify] use BR ghc-Cabal-devel and update deps (cabal2spec-0.23.2)

Jens Petersen petersen at fedoraproject.org
Thu Jun 23 03:04:56 UTC 2011


commit ebec50563ad6835655e8cfb00e4a0f83d4bcff44
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jun 23 12:04:45 2011 +0900

    use BR ghc-Cabal-devel and update deps (cabal2spec-0.23.2)

 ghc-hinotify.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/ghc-hinotify.spec b/ghc-hinotify.spec
index c92f4d1..e66c518 100644
--- a/ghc-hinotify.spec
+++ b/ghc-hinotify.spec
@@ -12,19 +12,18 @@ when a file is accessed or modified.
 
 Name:           ghc-%{pkg_name}
 Version:        0.3.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://hackage.haskell.org/cgi-bin/hackage-scripts/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
-# macros for building haskell packages
-BuildRequires:  ghc-rpm-macros >= 0.7.3
+ExclusiveArch:  %{ghc_arches}
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
+BuildRequires:  ghc-containers-prof, ghc-directory-prof, ghc-unix-prof
 
 %description
 %{common_description}
@@ -50,6 +49,9 @@ install -p README %{buildroot}/%{_docdir}/%{name}-%{version}/README
 
 
 %changelog
+* Thu Jun 23 2011 Jens Petersen <petersen at redhat.com> - 0.3.1-11
+- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
+
 * Wed May 11 2011 Ben Boeckel <mathstuf at gmail.com> - 0.3.1-10
 - Update to cabal2spec-0.22.7
 


More information about the scm-commits mailing list