Author: rjones Update of /cvs/pkgs/rpms/ocaml-camlimages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10972 Modified Files: ocaml-camlimages.spec Log Message: Another attempt to fix 564798 Index: ocaml-camlimages.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlimages/devel/ocaml-camlimages.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- ocaml-camlimages.spec 16 Feb 2010 16:08:13 -0000 1.28 +++ ocaml-camlimages.spec 16 Feb 2010 17:15:54 -0000 1.29 @@ -4,7 +4,7 @@ Name: ocaml-camlimages Version: 3.0.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml image processing library Group: Development/Libraries @@ -86,12 +86,10 @@ mv examples/liv/display.ml examples/liv/ %build %configure -# Hack: unclear why this is necessary, but the file image_intf -# is not mentioned in the Makefile. -make ||: -pushd src -ocamlc -I +lablgtk2 -c image_intf.mli -popd +# Hack to fix RHBZ#564798. It's completely unclear why this fails +# in Koji when it works perfectly well for me locally. +echo image_intf.cmi: image_intf.mli >> src/.depend +echo mylazy.cmi: mylazy.mli >> examples/liv/.depend make @@ -131,7 +129,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Jan 12 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.2-6 +* Wed Jan 12 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.2-7 - Fix FTBFS RHBZ#564798. * Wed Jan 12 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.2-2 _______________________________________________ ocaml-devel mailing list ocaml-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/ocaml-devel