diff --git a/ocaml-SDL.spec b/ocaml-SDL.spec index 859cf36..4f9ba3a 100644 --- a/ocaml-SDL.spec +++ b/ocaml-SDL.spec @@ -1,6 +1,6 @@ Name: ocaml-SDL Version: 0.7.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml bindings for SDL Group: Development/Libraries @@ -10,6 +10,9 @@ Source0: http://downloads.sourceforge.net/ocamlsdl/ocamlsdl-%{version}.ta Source1: ocamlsdl-0.7.2-htmlref.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# Excluding on ppc64 due to missing dependencies (Bug #239517) +ExcludeArch: ppc64 + BuildRequires: lablgl SDL_ttf-devel SDL_mixer-devel SDL_image-devel BuildRequires: ocaml Requires: ocaml