Fixed scan continuation line not being set for displayTerm being ste
[yaz-moved-to-github.git] / yaz.spec.in
index eb36bcf..b4f4361 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
+BuildRequires: libxml2-devel libxslt-devel tcp_wrappers openssl-devel readline-devel libpcap-devel
 Packager: Adam Dickmeiss <adam@indexdata.dk>
 URL: http://www.indexdata.dk/yaz/
 
@@ -45,13 +45,21 @@ ziffy can capture and show all Z39.50 traffic on your LAN segment.
 This packages is a special port of ziffy ported to YAZ. Note that ziffy
 is licensed under the GPL and was is by Rocco Carbone <rocco@ntop.org>.
 
+%package -n yaz-illclient
+Summary:  ILL client
+Group: Applications/Communication
+Requires: readline libyaz3 = %{version}
+
+%description -n yaz-illclient
+yaz-illclient: an ISO ILL client.
+
 %prep
 %setup
 
 %build
 
 CFLAGS="$RPM_OPT_FLAGS" \
- ./configure --prefix=/usr --enable-shared --enable-tcpd --with-xslt --with-openssl
+ ./configure --prefix=/usr --enable-shared --enable-tcpd --with-xslt --with-openssl --with-pcap
 make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
@@ -97,3 +105,7 @@ rm -fr ${RPM_BUILD_ROOT}
 %files -n yaz-ziffy
 /usr/bin/ziffy
 /usr/share/man/man1/ziffy.*
+
+%files -n yaz-illclient
+/usr/bin/yaz-illclient
+/usr/share/man/man1/yaz-illclient.*