No longer depend/use libpcap.
[yaz-moved-to-github.git] / yaz.spec.in
index 3d55e84..1ba2585 100644 (file)
@@ -8,7 +8,7 @@ Group: Applications/Internet
 Vendor: Index Data ApS <info@indexdata.dk>
 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 <adam@indexdata.dk>
 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