From c94a281b8f4d13dd8bb6df48ce3f925aad1bb600 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 25 Apr 2003 16:17:21 +0000 Subject: [PATCH] libyaz does not depend on readline; yaz does (programs) --- yaz.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yaz.spec.in b/yaz.spec.in index 03e3d0e..007d82c 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -1,8 +1,8 @@ Summary: Z39.50 Programs Name: yaz Version: @VERSION@ -Release: 1 -Requires: libxml2 openssl libyaz = %{version} +Release: 2 +Requires: libxml2 openssl readline libyaz = %{version} Copyright: YAZ License Group: Other Vendor: Index Data ApS @@ -19,7 +19,7 @@ for the ANSI/NISO Z39.50 protocol for Information Retrieval. %package -n lib%{name} Summary: Z39.50 Library Group: Libraries -Requires: libxml2 openssl readline +Requires: libxml2 openssl %description -n lib%{name} YAZ is a library for the ANSI/NISO Z39.50 protocol for Information -- 1.7.10.4