From 3556f6ea13dd8900bbe81bb9bd10db668bd07a4d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 28 Sep 2009 15:44:19 +0000 Subject: [PATCH] Ignore GtkSourceView2_types dependency (pure type-only *.cmi file). --- ocaml-lablgtk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml-lablgtk.spec b/ocaml-lablgtk.spec index 4ae410c..7945497 100644 --- a/ocaml-lablgtk.spec +++ b/ocaml-lablgtk.spec @@ -2,7 +2,7 @@ Name: ocaml-lablgtk Version: 2.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective Caml interface to gtk+ @@ -37,7 +37,7 @@ BuildRequires: gtksourceview-devel %define _use_internal_dependency_generator 0 -%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -i GtkSourceView_types +%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -i GtkSourceView_types -i GtkSourceView2_types %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh @@ -153,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 28 2009 Richard W.M. Jones - 2.14.0-2 +- Ignore GtkSourceView2_types dependency (pure type-only *.cmi file). + * Mon Sep 28 2009 Richard W.M. Jones - 2.14.0-1 - New upstream version 2.14.0. - Patch to fix ml_panel.c is now upstream, so removed.