|
|
|
@ -8,10 +8,11 @@ HTML 3.2 with font tags, HTML 4.01 with CSS, LaTeX, and mIRC chat codes.
|
|
|
|
|
|
|
|
|
|
# debuginfo is not useful for ghc
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
%global without_hscolour 1
|
|
|
|
|
|
|
|
|
|
Name: %{pkg_name}
|
|
|
|
|
Version: 1.17
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: Colourizes Haskell code
|
|
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
@ -19,7 +20,7 @@ License: GPLv2+
|
|
|
|
|
URL: http://www.cs.york.ac.uk/fp/darcs/hscolour/
|
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
# fedora ghc archs:
|
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
|
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64
|
|
|
|
|
BuildRequires: ghc, ghc-doc, ghc-prof
|
|
|
|
|
BuildRequires: ghc-rpm-macros >= 0.7.3
|
|
|
|
|
%if %{undefined without_hscolour}
|
|
|
|
@ -53,6 +54,9 @@ BuildRequires: hscolour
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 03 2011 Jiri Skala <jskala@redhat.com> - 1.17-9
|
|
|
|
|
- temporily disable hscolour for ghc-7.0.2 bootstrap on ppc64
|
|
|
|
|
|
|
|
|
|
* Thu Mar 10 2011 Jens Petersen <petersen@redhat.com> - 1.17-8
|
|
|
|
|
- enable source hscolour again
|
|
|
|
|
|
|
|
|
|