From aa445c654412e914fcc6df99f10e182d66067134 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 14 Jan 2008 23:44:00 +0000 Subject: [PATCH] No longer depend/use libpcap. --- yaz.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaz.spec.in b/yaz.spec.in index 3d55e84..1ba2585 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -8,7 +8,7 @@ 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 libpcap-devel libicu-devel +BuildRequires: libxml2-devel libxslt-devel tcp_wrappers openssl-devel readline-devel libicu-devel Packager: Adam Dickmeiss URL: http://www.indexdata.dk/yaz/ @@ -49,7 +49,7 @@ yaz-illclient: an ISO ILL client. CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \ - --enable-shared --enable-tcpd --with-xslt --with-openssl --with-pcap + --enable-shared --enable-tcpd --with-xslt --with-openssl --with-icu make CFLAGS="$RPM_OPT_FLAGS" %install -- 1.7.10.4