From: Adam Dickmeiss Date: Sun, 3 Jun 2007 10:10:07 +0000 (+0000) Subject: Added Deb/RPM package for yaz-illclient. Closes #1155. X-Git-Tag: YAZ.3.0.10~62 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e487ea875fb467142eb646c8efadcada30d4e846;hp=8cb2e2a9699826bbc9a09d9eea1723cec3cd418c Added Deb/RPM package for yaz-illclient. Closes #1155. --- diff --git a/debian/changelog b/debian/changelog index 065551c..a2a01f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.5-4) unstable; urgency=low + + * Added yaz-illclient package. + + -- Adam Dickmeiss Sun, 03 Jun 2007 11:58:26 +0200 + yaz (3.0.5-3) unstable; urgency=low * New ZOOM C features, correlationInfo for record update. diff --git a/debian/control b/debian/control index 5c15b7c..b3ddff4 100644 --- a/debian/control +++ b/debian/control @@ -59,3 +59,11 @@ Description: ziffy: the promiscuous Z39.50 APDU sniffer This packages is a special port of ziffy ported to YAZ. Note that ziffy is licensed under the GPL by Rocco Carbone . +Package: yaz-illclient +Section: utils +Depends: ${shlibs:Depends} +Architecture: any +Description: yaz-illclient: an ISO ILL client. + yaz-illclient is a command-line based client which sends ILL requests + to a server and decodes the response. + diff --git a/debian/yaz-illclient.install b/debian/yaz-illclient.install new file mode 100644 index 0000000..35c9ed2 --- /dev/null +++ b/debian/yaz-illclient.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/yaz-illclient diff --git a/debian/yaz-illclient.manpages b/debian/yaz-illclient.manpages new file mode 100644 index 0000000..4d63e61 --- /dev/null +++ b/debian/yaz-illclient.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/yaz-illclient.1 diff --git a/yaz.spec.in b/yaz.spec.in index eb36bcf..9dfeb71 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -45,6 +45,14 @@ 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 @@ -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.*