- clean away tabs and excess whitespace padding

- ExclusiveArch: %{ix86} x86_64 ppc alpha
This commit is contained in:
Jens Petersen 2009-02-27 03:44:31 +00:00
parent a5fa326f81
commit 34b48fdbc8

View File

@ -16,10 +16,10 @@
Name: ghc
Version: 6.10.1
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Glasgow Haskell Compilation system
# fedora ghc has only been bootstrapped on ix86, x86_64, ppc, alpha:
ExcludeArch: ppc64
# fedora ghc has only been bootstrapped on the following archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
License: BSD
Group: Development/Languages
Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
@ -218,6 +218,9 @@ fi
%endif
%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
- drop ghc_archs since it breaks koji
- fix missing -devel in ghc_gen_filelists