From: Jakub Bogusz Date: Sat, 25 Jun 2016 13:11:45 +0000 (+0200) Subject: - updated to 1.2.23; php7 not supported because of swig X-Git-Tag: auto/th/xapian-bindings-1.2.23-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Fxapian-bindings-1.2.23-1;p=packages%2Fxapian-bindings.git - updated to 1.2.23; php7 not supported because of swig --- diff --git a/xapian-bindings.spec b/xapian-bindings.spec index 886903e..b0c6efc 100644 --- a/xapian-bindings.spec +++ b/xapian-bindings.spec @@ -17,20 +17,24 @@ Summary: Bindings for Xapian Summary(pl.UTF-8): Wiązania do Xapiana Name: xapian-bindings -Version: 1.2.21 -Release: 4 +Version: 1.2.23 +Release: 1 License: GPL v2+ Group: Development/Languages Source0: http://oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz -# Source0-md5: 33c598a26fcf92ab15af6c65475ab8de +# Source0-md5: 013ef1b953cec486bc67a98a0f364e32 Patch0: python-install.patch URL: http://www.xapian.org/ +BuildRequires: autoconf >= 2.63 +BuildRequires: automake >= 1:1.11.2 %{?with_java:BuildRequires: jdk >= 1.2} %{?with_java:BuildRequires: jpackage-utils} +BuildRequires: libtool >= 2:2.2.6 %{?with_lua:BuildRequires: lua51-devel >= 5.1.5-2} # 2.6.x should be sufficient, but 2.11.1 complaints about write permissions to /usr/share/.mono/keypairs %{?with_dotnet:BuildRequires: mono-devel >= 2.11.4} %{?with_php:BuildRequires: %{php_name}-devel >= 4:5.0.4} +%{?with_php:BuildRequires: %{php_name}-devel < 4:7} BuildRequires: pkgconfig %{?with_python:BuildRequires: python-devel >= 1:2.3} BuildRequires: python-modules >= 1:2.3 @@ -203,8 +207,11 @@ tworzeniu skryptów w Tcl-u wykorzystujących Xapiana. %patch0 -p1 %build +%{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} +%{__automake} CLASSPATH="." \ RUBY_LIB=%{ruby_vendorlibdir} \ RUBY_LIB_ARCH=%{ruby_vendorarchdir} \