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