X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz.spec;h=ece58efa756bcc40454379f5899eaf89328bb7cd;hp=1b1acb585851c96ecf6413d83b43145d7b8ebe33;hb=07f52472f0a1f21c120b85fea5ece60102ad4353;hpb=ae36e69eb7fa1ba7c8c10c7c41bf7e30dc861db4 diff --git a/yaz.spec b/yaz.spec index 1b1acb5..ece58ef 100644 --- a/yaz.spec +++ b/yaz.spec @@ -8,14 +8,14 @@ Name: yaz Summary: Z39.50 Programs Version: %{idmetaversion} -Release: 1.indexdata +Release: 4.redis # determine system %define is_mandrake %(test -e /etc/mandrake-release && echo 1 || echo 0) %define is_suse %(test -e /etc/SuSE-release >/dev/null && echo 1 || echo 0) %define is_suse11 %(grep 'VERSION = 11' /etc/SuSE-release >/dev/null 2>&1 && echo 1 || echo 0) %define is_fedora %(test -e /etc/fedora-release && echo 1 || echo 0) -Requires: libxslt, gnutls, readline, libyaz5 = %{version} +Requires: readline, libyaz5 = %{version} License: BSD Group: Applications/Internet Vendor: Index Data ApS @@ -48,6 +48,7 @@ BuildRequires: readline-devel BuildRequires: libicu-devel BuildRequires: wget BuildRequires: libgcrypt-devel +BuildRequires: hiredis-devel Packager: Adam Dickmeiss URL: http://www.indexdata.com/yaz @@ -59,6 +60,7 @@ for the ANSI/NISO Z39.50 protocol for Information Retrieval. Summary: Z39.50 Library Group: Libraries Requires: libxslt, gnutls, libicu, libgcrypt +Requires: hiredis %description -n libyaz5 YAZ is a library for the ANSI/NISO Z39.50 protocol for Information @@ -101,7 +103,7 @@ chain facility of YAZ. CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \ --enable-shared --enable-tcpd --with-xslt --with-gnutls --with-icu \ - --without-memcached + --without-memcached --with-redis make CFLAGS="$RPM_OPT_FLAGS" %install