Another attempt to fix 564798

This commit is contained in:
Richard W.M. Jones 2010-02-16 17:15:54 +00:00
parent a70c70e4fd
commit 6195ac7372

View File

@ -4,7 +4,7 @@
Name: ocaml-camlimages Name: ocaml-camlimages
Version: 3.0.2 Version: 3.0.2
Release: 6%{?dist} Release: 7%{?dist}
Summary: OCaml image processing library Summary: OCaml image processing library
Group: Development/Libraries Group: Development/Libraries
@ -86,12 +86,10 @@ mv examples/liv/display.ml examples/liv/livdisplay.ml
%build %build
%configure %configure
# Hack: unclear why this is necessary, but the file image_intf # Hack to fix RHBZ#564798. It's completely unclear why this fails
# is not mentioned in the Makefile. # in Koji when it works perfectly well for me locally.
make ||: echo image_intf.cmi: image_intf.mli >> src/.depend
pushd src echo mylazy.cmi: mylazy.mli >> examples/liv/.depend
ocamlc -I +lablgtk2 -c image_intf.mli
popd
make make
@ -131,7 +129,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jan 12 2010 Richard W.M. Jones <rjones@redhat.com> - 3.0.2-6 * Wed Jan 12 2010 Richard W.M. Jones <rjones@redhat.com> - 3.0.2-7
- Fix FTBFS RHBZ#564798. - Fix FTBFS RHBZ#564798.
* Wed Jan 12 2010 Richard W.M. Jones <rjones@redhat.com> - 3.0.2-2 * Wed Jan 12 2010 Richard W.M. Jones <rjones@redhat.com> - 3.0.2-2