Added Deb/RPM package for yaz-illclient. Closes #1155.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 3 Jun 2007 10:10:07 +0000 (10:10 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 3 Jun 2007 10:10:07 +0000 (10:10 +0000)
debian/changelog
debian/control
debian/yaz-illclient.install [new file with mode: 0644]
debian/yaz-illclient.manpages [new file with mode: 0644]
yaz.spec.in

index 065551c..a2a01f9 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.5-4) unstable; urgency=low
+
+  * Added yaz-illclient package.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Sun, 03 Jun 2007 11:58:26 +0200
+
 yaz (3.0.5-3) unstable; urgency=low
 
   * New ZOOM C features, correlationInfo for record update.
 yaz (3.0.5-3) unstable; urgency=low
 
   * New ZOOM C features, correlationInfo for record update.
index 5c15b7c..b3ddff4 100644 (file)
@@ -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 <rocco@ntop.org>.
 
  This packages is a special port of ziffy ported to YAZ. Note that ziffy
  is licensed under the GPL by Rocco Carbone <rocco@ntop.org>.
 
+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 (file)
index 0000000..35c9ed2
--- /dev/null
@@ -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 (file)
index 0000000..4d63e61
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man1/yaz-illclient.1
index eb36bcf..9dfeb71 100644 (file)
@@ -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 <rocco@ntop.org>.
 
 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
 
 %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-ziffy
 /usr/bin/ziffy
 /usr/share/man/man1/ziffy.*
+
+%files -n yaz-illclient
+/usr/bin/yaz-illclient
+/usr/share/man/man1/yaz-illclient.*