From dc4d7772e27e9c1d278d3b2d90a874b46ddb3040 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 17 Dec 2009 18:50:31 +0000 Subject: [PATCH] - Add 'Provides: omake' (RHBZ#548536). - Remove OCaml from the summary, since omake is not an OCaml-specific tool. --- ocaml-omake.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ocaml-omake.spec b/ocaml-omake.spec index 6a84c37..3a13f22 100644 --- a/ocaml-omake.spec +++ b/ocaml-omake.spec @@ -2,8 +2,8 @@ Name: ocaml-omake Version: 0.9.8.5 -Release: 9%{?dist} -Summary: OCaml build system with automated dependency analysis +Release: 10%{?dist} +Summary: Build system with automated dependency analysis Group: Development/Tools License: LGPLv2+ with exceptions and GPLv2+ and BSD @@ -16,6 +16,9 @@ Patch0: ocaml-omake-debian-stdin-stdout-fix.patch Patch1: ocaml-omake-0.9.8.5-no-sync.patch Patch2: ocaml-omake-0.9.8.5-free-buffer.patch +# omake can be used on non-OCaml projects (RHBZ#548536). +Provides: omake + BuildRequires: ocaml >= 3.10.2-2 BuildRequires: ocaml-findlib-devel BuildRequires: gamin-devel @@ -89,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 17 2009 Richard W.M. Jones - 0.9.8.5-10 +- Add 'Provides: omake' (RHBZ#548536). +- Remove OCaml from the summary, since omake is not an OCaml-specific tool. + * Sat Jul 25 2009 Fedora Release Engineering - 0.9.8.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild