diff options
| author | Michel Alexandre Salim <msalim@cs.indiana.edu> | 2009-03-04 18:06:19 -0500 |
|---|---|---|
| committer | Michel Alexandre Salim <msalim@cs.indiana.edu> | 2009-03-04 18:06:19 -0500 |
| commit | 74b9df32f26424a3fec7e6527de583e9b220b4e6 (patch) | |
| tree | d48d602a6cb0c95c98e52e98f21f90dd2f539c0b /funpl | |
| parent | a22c9d5d4c941a336da5e557250edc08077dcde2 (diff) | |
| download | specs-74b9df32f26424a3fec7e6527de583e9b220b4e6.tar.gz specs-74b9df32f26424a3fec7e6527de583e9b220b4e6.tar.xz specs-74b9df32f26424a3fec7e6527de583e9b220b4e6.zip | |
scheme2js: exclude ppc64
Diffstat (limited to 'funpl')
| -rw-r--r-- | funpl/scheme2js.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/funpl/scheme2js.spec b/funpl/scheme2js.spec index 9513a47..107a104 100644 --- a/funpl/scheme2js.spec +++ b/funpl/scheme2js.spec @@ -1,6 +1,6 @@ Name: scheme2js Version: 20081219 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scheme to JavaScript compiler Group: Development/Languages @@ -13,6 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bigloo #Requires: +ExcludeArch: ppc64 + %description Scheme2Js is a Scheme to JavaScript compiler distributed under the GPL license. While some effort has been spent on being as close as @@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 4 2009 Michel Salim <salimma@fedoraproject.org> - 20081219-2 +- Not building on ppc64, as bigloo is not available + * Sun Mar 1 2009 Michel Salim <salimma@fedoraproject.org> - 20081219-1 - Initial package |
