Enable build on sparcv9
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
7d950e0bcf
commit
025a09c9c9
@ -12,7 +12,7 @@ parsers.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.6.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Haskell %{pkg_name}
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -20,7 +20,7 @@ License: BSD
|
||||
URL: http://hackage.haskell.org/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
|
||||
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
|
||||
BuildRequires: ghc, ghc-doc, ghc-prof
|
||||
BuildRequires: ghc-rpm-macros >= 0.7.3
|
||||
BuildRequires: hscolour
|
||||
@ -51,6 +51,9 @@ rm -vf %{buildroot}/%{_bindir}/%{pkg_name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.6.8-2
|
||||
- Enable build on sparcv9
|
||||
|
||||
* Thu Feb 17 2011 Ben Boeckel <mathstuf@gmail.com> - 0.6.8-1
|
||||
- Update to 0.6.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user