add ppc64
This commit is contained in:
parent
82d6045664
commit
f2f57ae4e2
1 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: alex
|
||||
# part of haskell-platform-2011.1.0.0
|
||||
Version: 2.3.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A lexer generator for Haskell
|
||||
|
||||
Group: Development/Tools
|
||||
|
|
@ -9,8 +9,8 @@ License: BSD
|
|||
URL: http://hackage.haskell.org/package/%{name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||
# fedora ghc archs:
|
||||
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
|
||||
BuildRequires: ghc, ghc-devel
|
||||
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64
|
||||
BuildRequires: ghc-devel
|
||||
BuildRequires: ghc-rpm-macros >= 0.7.0
|
||||
BuildRequires: autoconf docbook-style-xsl libxslt
|
||||
|
||||
|
|
@ -46,6 +46,9 @@ cd ..
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed May 18 2011 Jens Petersen <petersen@redhat.com> - 2.3.5-3
|
||||
- add ppc64
|
||||
|
||||
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.3.5-2
|
||||
- Enable build on sparcv9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue