[Xapian-discuss] FIXMEs in Search::Xapian

Olly Betts olly at survex.com
Tue Sep 28 05:43:31 BST 2010


On Mon, Sep 27, 2010 at 03:28:52PM +0100, Tim Brody wrote:
> It needs adding to the .spec file - attached is a first attempt.

This looks wrong (cut-and-paste errors - s/csharp/perl/ and the minimum
version is clearly wrong too - the XS Search::Xapian seems to need
Perl >= 5.6, though that may be different for the SWIG-based version):

+%if 0%{?!_without_csharp:1}
+BuildRequires: perl-devel >= 1.1 
+%endif

http://fedoraproject.org/wiki/Packaging/Perl suggests you shouldn't put
perl-devel in BuildRequires anyway, but rather list the modules you
needed.  I'm not sure where the Perl XS/API headers come from though.

> Would I be correct in thinking the Database factory methods haven't been
> implemented in Perl SWIG?

Looks like they are wrapped to me, though there's no test coverage for
them currently so they may not actually work.

Cheers,
    Olly



More information about the Xapian-discuss mailing list