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

This commit is contained in:
Jens Petersen 2011-06-23 12:04:45 +09:00
parent 630055db81
commit ebec50563a
1 changed files with 8 additions and 6 deletions

View File

@ -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@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@gmail.com> - 0.3.1-10
- Update to cabal2spec-0.22.7