From 6b53f86fdb71f2de3db03a04d076963c7ded4d0a Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Nov 23 2007 18:13:56 +0000 Subject: Exclude alpha and ppc64 --- diff --git a/happy.spec b/happy.spec index a1268be..8a7a44b 100644 --- a/happy.spec +++ b/happy.spec @@ -1,6 +1,6 @@ Name: happy Version: 1.16 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Development/Tools URL: http://haskell.org/happy/ @@ -8,6 +8,7 @@ Source: http://haskell.org/happy/dist/%{version}/happy-%{version}.tar.gz 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 +ExcludeArch: alpha ppc64 %description Happy is a parser generator system for Haskell, similar to the tool @@ -53,6 +54,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Fri Nov 23 2007 Bryan O'Sullivan - 1.16-3 +- Exclude alpha and ppc64 + * Thu Aug 16 2007 Jens Petersen - update License field