X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=yaz.spec.in;h=30ee4eca8a153881bc98600e15d63aa1d36f5fcd;hb=06fcbb2ac6af85e8a659ff9b000e16455a5cb847;hp=0dc15c8d1b3eb63a0357b01e19e84baf6d75e530;hpb=212435a238eb26a3a041a7ce6a271c0217dd29bb;p=yaz-moved-to-github.git diff --git a/yaz.spec.in b/yaz.spec.in index 0dc15c8..30ee4ec 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 @@ -83,6 +83,7 @@ rm -fr ${RPM_BUILD_ROOT} %{_mandir}/man1/yaz-marcdump.* %{_mandir}/man1/yaz-iconv.* %{_mandir}/man7/yaz-log.* +%{_mandir}/man7/bib1-attr.* %files -n libyaz3 %defattr(-,root,root)