From 46f58d56d118687435ef38ba4617f8d359c20d45 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Jun 2008 00:16:26 +0200 Subject: [PATCH 1/1] RPM builds using GNU TLS --- yaz.spec.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yaz.spec.in b/yaz.spec.in index 0dc15c8..8e61c72 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -2,13 +2,13 @@ Summary: Z39.50 Programs Name: yaz Version: @VERSION@ Release: 1 -Requires: libxslt openssl readline libyaz3 = %{version} +Requires: libxslt gnutls readline libyaz3 = %{version} License: BSD Group: Applications/Internet Vendor: Index Data ApS Source: yaz-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libxml2-devel libxslt-devel tcp_wrappers openssl-devel readline-devel libicu-devel +BuildRequires: libxml2-devel libxslt-devel tcp_wrappers gnutls-devel readline-devel libicu-devel Packager: Adam Dickmeiss URL: http://www.indexdata.dk/yaz/ @@ -19,7 +19,7 @@ for the ANSI/NISO Z39.50 protocol for Information Retrieval. %package -n libyaz3 Summary: Z39.50 Library Group: Libraries -Requires: libxslt openssl libicu +Requires: libxslt gnutls libicu %description -n libyaz3 YAZ is a library for the ANSI/NISO Z39.50 protocol for Information @@ -58,7 +58,7 @@ chain facility of YAZ. CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \ - --enable-shared --enable-tcpd --with-xslt --with-openssl --with-icu + --enable-shared --enable-tcpd --with-xslt --with-gnutls --with-icu make CFLAGS="$RPM_OPT_FLAGS" %install -- 1.7.10.4