From: Adam Dickmeiss Date: Sun, 3 Dec 2006 18:07:10 +0000 (+0000) Subject: Make yaz-ziffy part of RPM. X-Git-Tag: YAZ.2.1.42~29 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=fce10c79d72f202c463e56f6c3f95f27a5a6eaf3;p=yaz-moved-to-github.git Make yaz-ziffy part of RPM. --- diff --git a/yaz.spec.in b/yaz.spec.in index a26ea67..8a19e3d 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -4,11 +4,11 @@ Version: @VERSION@ Release: 1 Requires: libxslt openssl readline libyaz = %{version} License: BSD -Group: Other +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 +BuildRequires: libxml2-devel libxslt-devel tcp_wrappers openssl-devel readline-devel libpcap Packager: Adam Dickmeiss URL: http://www.indexdata.dk/yaz/ @@ -33,6 +33,17 @@ Requires: libyaz = %{version} libxml2-devel libxslt-devel %description -n lib%{name}-devel Development libraries and includes for the libyaz package. +%package -n yaz-ziffy +Summary: ziffy: the promiscuous Z39.50 APDU sniffer +Group: Applications/Communication +Requires: libxslt openssl libpcap libyaz = %{version} + +%description -n yaz-ziffy +ziffy is a promiscuous Z39.50 APDU sniffer, like the popular tcpdump. +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 . + %prep %setup @@ -81,3 +92,6 @@ rm -fr ${RPM_BUILD_ROOT} /usr/share/doc/yaz /usr/share/yaz +%files -n yaz-ziffy +/usr/bin/ziffy +/usr/share/man/man1/ziffy.*