Author: rjones
Update of /cvs/pkgs/rpms/ocaml-camlimages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16991
Modified Files: ocaml-camlimages.spec Log Message: Ignore broken dependency from submodule (Image_intf).
Index: ocaml-camlimages.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlimages/devel/ocaml-camlimages.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- ocaml-camlimages.spec 12 Jan 2010 15:33:08 -0000 1.25 +++ ocaml-camlimages.spec 13 Jan 2010 15:12:18 -0000 1.26 @@ -4,7 +4,7 @@
Name: ocaml-camlimages Version: 3.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml image processing library
Group: Development/Libraries @@ -41,6 +41,8 @@ BuildRequires: gtk2-devel BuildRequires: libtool, automake, autoconf BuildRequires: ocaml-autoconf
+%global __ocaml_requires_opts -i Image_intf +
%description CamlImages is an image processing library for Objective CAML, which provides: @@ -121,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog +* Wed Jan 12 2010 Richard W.M. Jones rjones@redhat.com - 3.0.2-2 +- Ignore broken dependency from submodule (Image_intf). + * Tue Jan 12 2010 Richard W.M. Jones rjones@redhat.com - 3.0.2-1 - New upstream version 3.0.2. - Fix URL and source URL.
ocaml-devel@lists.fedoraproject.org