ATTN: Changes to OCaml dependency generator for RPM 4.8 in Rawhide

2009-12-16 Thread Richard W.M. Jones
Since RPM 4.8 (now in Rawhide / Fedora 13), the external dependency generator that we used to ship with OCaml has now gone upstream into RPM. This is a Good Thing, thanks to the RPM maintainers for adding this. If you own an OCaml library package, then there are some simple adjustments you need

Re: ATTN: Changes to OCaml dependency generator for RPM 4.8 in Rawhide

2009-12-16 Thread Panu Matilainen
On Wed, 16 Dec 2009, Richard W.M. Jones wrote: Since RPM 4.8 (now in Rawhide / Fedora 13), the external dependency generator that we used to ship with OCaml has now gone upstream into RPM. This is a Good Thing, thanks to the RPM maintainers for adding this. If you own an OCaml library

Re: ATTN: Changes to OCaml dependency generator for RPM 4.8 in Rawhide

2009-12-16 Thread Richard W.M. Jones
On Wed, Dec 16, 2009 at 06:34:09PM +0200, Panu Matilainen wrote: With the new rpm, all you need to have in the spec for this case is: %global __ocaml_requires_opts -i Asttypes -i Parsetree These will get passed to __ocaml_requires automatically when it runs, and similarly to pass options