From d0e7f69b5a478e2a3b3b83b3f9df6dded96c4804 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 25 Apr 2012 10:21:27 +0200 Subject: [PATCH] Require YAZ 4.2.32 or later for build --- configure.ac | 4 ++-- debian/control | 2 +- metaproxy.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index c6bad93..d0bc2ad 100644 --- a/configure.ac +++ b/configure.ac @@ -45,11 +45,11 @@ if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi CPPFLAGS="$YAZPPINC $CPPFLAGS" -AC_MSG_CHECKING([if YAZ is version 4.2.28 or later]) +AC_MSG_CHECKING([if YAZ is version 4.2.32 or later]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ -#if YAZ_VERSIONL < 0x4021c +#if YAZ_VERSIONL < 0x40220 #error too old #endif ]])], diff --git a/debian/control b/debian/control index 9d89187..5ee6703 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra Build-Depends: debhelper (>= 4), - libyaz4-dev (>= 4.2.27), + libyaz4-dev (>= 4.2.32), libyazpp4-dev (>= 1.2.7), libxslt1-dev, libboost-dev, diff --git a/metaproxy.spec b/metaproxy.spec index 6e5a252..94d9bf0 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -9,7 +9,7 @@ Vendor: Index Data ApS Source: metaproxy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} /etc/metaproxy -BuildRequires: pkgconfig, libyaz4-devel >= 4.2.27, libyazpp4-devel >= 1.2.7 +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.32, libyazpp4-devel >= 1.2.7 BuildRequires: libxslt-devel, boost-devel Conflicts: cf-engine <= 2.12.5 Packager: Adam Dickmeiss -- 1.7.10.4