|
|
@ -16,10 +16,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc
|
|
|
|
Name: ghc
|
|
|
|
Version: 6.10.1
|
|
|
|
Version: 6.10.1
|
|
|
|
Release: 12%{?dist}
|
|
|
|
Release: 13%{?dist}
|
|
|
|
Summary: Glasgow Haskell Compilation system
|
|
|
|
Summary: Glasgow Haskell Compilation system
|
|
|
|
# fedora ghc has only been bootstrapped on ix86, x86_64, ppc, alpha:
|
|
|
|
# fedora ghc has only been bootstrapped on the following archs:
|
|
|
|
ExcludeArch: ppc64
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
|
|
|
|
Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
|
|
|
@ -218,6 +218,9 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 27 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-13
|
|
|
|
|
|
|
|
- ok let's stick with ExclusiveArch for brevity
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 27 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-12
|
|
|
|
* Fri Feb 27 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-12
|
|
|
|
- drop ghc_archs since it breaks koji
|
|
|
|
- drop ghc_archs since it breaks koji
|
|
|
|
- fix missing -devel in ghc_gen_filelists
|
|
|
|
- fix missing -devel in ghc_gen_filelists
|
|
|
|