From: Adam Dickmeiss Date: Thu, 5 Jun 2008 22:16:26 +0000 (+0200) Subject: RPM builds using GNU TLS X-Git-Tag: v3.0.30~5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=46f58d56d118687435ef38ba4617f8d359c20d45 RPM builds using GNU TLS --- 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