Exclude ppc64 until ocaml is built - Bug 239518

This commit is contained in:
nigelj 2007-05-09 02:53:13 +00:00
parent e38dd1b2d3
commit d93f23c3d0

View File

@ -1,6 +1,6 @@
Name: ocaml-camlimages
Version: 2.2.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: OCaml image processing library
Group: Development/Libraries
@ -11,6 +11,9 @@ Source1: camlimages-2.2.0-htmlref.tar.gz
Patch0: camlimages-2.2.0-stubdest.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Excluding on ppc64 due to missing dependencies (Bug #239518)
ExcludeArch: ppc64
BuildRequires: lablgtk libpng-devel libjpeg-devel ocaml
BuildRequires: libXpm-devel ghostscript-devel freetype-devel
BuildRequires: giflib-devel
@ -70,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed May 09 2007 Nigel Jones <dev@nigelj.com> 2.2.0-8
- Exclude ppc64 builds due to missing ocaml
* Fri May 04 2007 Nigel Jones <dev@nigelj.com> 2.2.0-7
- Change to Makefile patch to move .so files to stublibs
- Rename to ocaml-camlimages