X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml-curses%2Fmingw32-ocaml-curses.spec;h=e027f5ef41db94dbcf607d7911ed88a2f4fb32cd;hb=c977e087b8fa1b48e5c318f1db2026e52e37d88c;hp=7f05cca67c7d6865722be1a2678ea865910b7ef5;hpb=38607417a3fbe8397d8e01ae22cc3cf8cd88b6ed;p=fedora-mingw.git diff --git a/ocaml-curses/mingw32-ocaml-curses.spec b/ocaml-curses/mingw32-ocaml-curses.spec index 7f05cca..e027f5e 100644 --- a/ocaml-curses/mingw32-ocaml-curses.spec +++ b/ocaml-curses/mingw32-ocaml-curses.spec @@ -9,7 +9,7 @@ Name: mingw32-ocaml-curses Version: 0.1 -Release: 1%{?dist} +Release: 4%{?dist} Summary: MinGW Windows OCaml bindings for ncurses License: LGPLv2+ @@ -28,7 +28,8 @@ BuildArch: noarch BuildRequires: mingw32-filesystem >= 35 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils -BuildRequires: mingw32-ocaml >= 3.11.0+beta1-6 +BuildRequires: mingw32-ocaml >= 3.11.0+beta1-9 +BuildRequires: mingw32-ocaml-findlib BuildRequires: mingw32-pdcurses @@ -52,7 +53,7 @@ make \ OCAMLC=%{_mingw32_target}-ocamlopt \ OCAMLOPT=%{_mingw32_target}-ocamlopt \ OCAMLMKLIB=%{_mingw32_target}-ocamlmklib \ - CURSES=%{_mingw32_libdir}/pdcurses.dll.a opt + CURSES="" opt cat > META < - 1.2.3-1 -- Initial RPM release. +* Mon Nov 17 2008 Richard W.M. Jones - 0.1-4 +- libmlcurses.a contained a copy of pdcurses.dll.a in error. + +* Sun Nov 16 2008 Richard W.M. Jones - 0.1-3 +- Use ocamlfind to install in the correct location. +- Install the META file. +- Fix the version number in changelog. + +* Sun Nov 16 2008 Richard W.M. Jones - 0.1-2 +- Initial release.