Ben Walton
2009-Sep-10 17:34 UTC
[Xapian-devel] [PATCH] support ruby in the xapian-bindings rpm spec
Hi All, I've needed to build ruby bindings for xapian recently and discovered that the default .spec file doesn't support ruby by default. The attached patch adds this support to the spec file in a manner consistent (I think) with the other bindings. I hope you find this useful. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-add-ruby-binding-support-to-spec-file.patch Type: application/octet-stream Size: 3247 bytes Desc: not available URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20090910/a0c183d7/attachment-0002.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20090910/a0c183d7/attachment.sig>
Olly Betts
2009-Sep-11 00:56 UTC
[Xapian-devel] [PATCH] support ruby in the xapian-bindings rpm spec
On Thu, Sep 10, 2009 at 01:34:23PM -0400, Ben Walton wrote:> I've needed to build ruby bindings for xapian recently and discovered > that the default .spec file doesn't support ruby by default. The > attached patch adds this support to the spec file in a manner > consistent (I think) with the other bindings.Thanks, applied to trunk as r13483 and branches/1.0 as r13485. BTW, the .spec is generated - it's actually .spec.in that needs patching. Cheers, Olly