X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz.spec.in;h=8e61c729f5795a249f30fdf5f0ad7bb2da04f316;hp=0dc15c8d1b3eb63a0357b01e19e84baf6d75e530;hb=19cf1d0612ee516241c2e4846756e47a16852b8e;hpb=212435a238eb26a3a041a7ce6a271c0217dd29bb 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