rebuild with %ix86 for i586

This commit is contained in:
Jens Petersen 2009-02-25 07:19:37 +00:00
parent 13da93779a
commit c16c70bd37
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: happy
Version: 1.18.2
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD
Group: Development/Tools
URL: http://haskell.org/happy/
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, ghc, docbook-dtds, docbook-style-xsl, libxslt, libxml2
Summary: The LALR(1) Parser Generator for Haskell
# ghc has only been bootstrapped on the following archs:
ExclusiveArch: i386 x86_64 ppc
ExclusiveArch: %{ix86} x86_64 ppc
Requires(post): policycoreutils
%description
@ -64,6 +64,9 @@ restorecon %{_bindir}/%{name}
%changelog
* Wed Feb 25 2009 Jens Petersen <petersen@redhat.com> - 1.18.2-3
- rebuild with %%ix86 for i586
* Mon Feb 23 2009 Jens Petersen <petersen@redhat.com> - 1.18.2-2
- cabal build replaces cabal_build