Name: ocaml-mysql Version: 1.0.4 Release: alt3 Summary: MySQL bindings for OCaml License: LGPL Group: Development/ML URL: http://raevnos.pennmush.org/code/ocaml-mysql/ Packager: Alexey Morsov Source: ocaml-mysql-%version.tar.gz Requires: %name-runtime = %version-%release # Automatically added by buildreq on Fri Apr 04 2008 BuildRequires: camlp4 findlib libMySQL-devel zlib-devel %package runtime Summary: MySQL bindings for OCaml Group: Development/ML Conflicts: %name < %version-%release %description ocaml-mysql is a package for OCaml that provides access to MySQL databases. It consists of low level functions implemented in C and a module Mysql intended for application development. %description runtime ocaml-mysql is a package for OCaml that provides access to MySQL databases. It consists of low level functions implemented in C and a module Mysql intended for application development. %prep %setup -q %build %configure make make opt %install mkdir -p %buildroot%_libdir/ocaml/stublibs install -p -m755 dll*.so %buildroot%_libdir/ocaml/stublibs/ mkdir -p %buildroot%_libdir/ocaml/site-lib/mysql install -p -m644 *.{mli,cmi,cma,cmxa,a} META %buildroot%_libdir/ocaml/site-lib/mysql/ %files %dir %_libdir/ocaml/site-lib/mysql %_libdir/ocaml/site-lib/mysql/* %doc CHANGES README doc/html %files runtime %_libdir/ocaml/stublibs/dll*.so %changelog * Thu Jan 11 2007 Alexey Morsov 1.0.4-alt3 - fix version condition for ocaml * Mon Dec 18 2006 Alexey Morsov 1.0.4-alt2 - fix version conditions in spec * Thu Dec 07 2006 Alexey Morsov 1.0.4-alt1 - new version - change Packager * Fri May 7 2004 Alexander V. Nikolaev 1.0.2-alt4.1 - Non-maintainer upload - Add "packager" to spec - Rebuild with glibc 2.3.x and ocaml 3.07-alt6.1 * Wed Mar 17 2004 Vitaly Lugovsky 1.0.2-alt4 - rebuild * Wed Feb 18 2004 Vitaly Lugovsky 1.0.2-alt3 - rebuild * Tue Jan 27 2004 Vitaly Lugovsky 1.0.2-alt2 rebuild * Wed Nov 12 2003 Vitaly Lugovsky 1.0.1-alt2 relaxed elf verifying * Mon Oct 27 2003 Vitaly Lugovsky 1.0.1-alt1 first release