X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=yaz.spec.in;h=b4f436104ca73cb463a7852478658c045d9cc68b;hb=c3a188aecc8906b5e480ec7a6435d5622867457f;hp=eb36bcf75fb6a13f7fe6cbeace452ccb524f72b8;hpb=b3f6b8075dc3a63f46e28d0385ff2d102b841b58;p=yaz-moved-to-github.git diff --git a/yaz.spec.in b/yaz.spec.in index eb36bcf..b4f4361 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 +BuildRequires: libxml2-devel libxslt-devel tcp_wrappers openssl-devel readline-devel libpcap-devel Packager: Adam Dickmeiss 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 . +%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.*