AC_MSG_ERROR([YAZ++ development libraries missing])
fi
CPPFLAGS="$YAZPPINC $CPPFLAGS"
-AC_MSG_CHECKING([if YAZ is version 5.3.0 or later])
+AC_MSG_CHECKING([if YAZ is version 5.5.0 or later])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([[#include <yaz/yaz-version.h>]],
[[
-#if YAZ_VERSIONL < 0x50300
+#if YAZ_VERSIONL < 0x50500
#error too old
#endif
]])],
Maintainer: Adam Dickmeiss <adam@indexdata.dk>
Priority: extra
Build-Depends: debhelper (>= 7),
- libyaz5-dev (>= 5.3.0),
+ libyaz5-dev (>= 5.5.0),
libyazpp6-dev (>= 1.6.0),
libxslt1-dev,
libboost-dev,
Source: metaproxy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: %{_prefix} /etc/metaproxy
-BuildRequires: pkgconfig, libyaz5-devel >= 5.3.0, libyazpp6-devel >= 1.6.0
+BuildRequires: pkgconfig, libyaz5-devel >= 5.5.0, libyazpp6-devel >= 1.6.0
BuildRequires: libxslt-devel, boost-devel
Conflicts: cf-engine <= 2.12.5
Packager: Adam Dickmeiss <adam@indexdata.dk>
%package -n libmetaproxy6
Summary: Metaproxy library
Group: Libraries
-Requires: libyazpp6 >= 1.6.0, libyaz5 >= 5.3.0
+Requires: libyazpp6 >= 1.6.0, libyaz5 >= 5.5.0
%description -n libmetaproxy6
The Metaproxy libraries.