|
|
|
@ -6,18 +6,18 @@
|
|
|
|
|
for Java.
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
# part of haskell-platform-2011.2.0.0
|
|
|
|
|
# part of haskell-platform-2011.2.0.1
|
|
|
|
|
Version: 1.2.2.3
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://hunit.sourceforge.net/
|
|
|
|
|
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
|
|
|
|
|
# ghc_excluded_archs is defined in redhat-rpm-config
|
|
|
|
|
ExcludeArch: %{ghc_excluded_archs}
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
BuildRequires: hscolour
|
|
|
|
|
|
|
|
|
@ -51,6 +51,9 @@ echo %doc README doc/Guide.html examples/Example.hs >> %{name}-devel.files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 1.2.2.3-6
|
|
|
|
|
- BR ghc-Cabal-devel and use ghc_excluded_archs
|
|
|
|
|
|
|
|
|
|
* Fri May 27 2011 Jens Petersen <petersen@redhat.com> - 1.2.2.3-5
|
|
|
|
|
- update to cabal2spec-0.23: add ppc64
|
|
|
|
|
|
|
|
|
|