Fix FTBFS RHBZ#564798.

This commit is contained in:
Richard W.M. Jones 2010-02-16 15:54:13 +00:00
parent 30bd166ad4
commit 91ee426a7c
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,12 @@
--- camlimages-3.0.2.orig/src/Makefile.am 2009-10-26 12:42:03.000000000 +0000
+++ camlimages-3.0.2/src/Makefile.am 2010-02-16 15:51:39.815603366 +0000
@@ -91,7 +91,8 @@
xvthumb.mli \
oXvthumb.mli \
colorhist.mli \
- geometry.mli
+ geometry.mli \
+ image_intf.mli
CSOURCES_CORE =

View File

@ -4,7 +4,7 @@
Name: ocaml-camlimages
Version: 3.0.2
Release: 2%{?dist}
Release: 4%{?dist}
Summary: OCaml image processing library
Group: Development/Libraries
@ -30,6 +30,10 @@ Patch2: camlimages-oversized-tiff-check-CVE-2009-3296.patch
# macros.
Patch3: camlimages-3.0.2-ocaml-autoconf.patch
# image_intf.mli is not declared anywhere in the Makefile.
# NOT upstream.
Patch4: camlimages-3.0.2-add-image_intf.patch
BuildRequires: ocaml >= 3.10.1
BuildRequires: ocaml-lablgtk-devel
BuildRequires: ocaml-x11
@ -77,6 +81,7 @@ Includes documentation provided by ocamldoc
%patch0 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
aclocal -I .
automake
autoconf
@ -123,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jan 12 2010 Richard W.M. Jones <rjones@redhat.com> - 3.0.2-4
- Fix FTBFS RHBZ#564798.
* Wed Jan 12 2010 Richard W.M. Jones <rjones@redhat.com> - 3.0.2-2
- Ignore broken dependency from submodule (Image_intf).