Fixed HTTP-client query-string handling bug.
[doldaconnect.git] / autopackage / doldacond.apspec.in
index ab29421..ffa13dc 100644 (file)
@@ -1,7 +1,7 @@
 # -*-shell-script-*-
 
 [Meta]
-RootName: @dolda2000.com/fredrik/doldaconnect/dolcon:$SOFTWAREVERSION
+RootName: @dolda2000.com/fredrik/doldaconnect/doldacond:$SOFTWAREVERSION
 DisplayName: Dolda Connect daemon
 ShortName: doldaconnect-daemon
 Maintainer: Fredrik Tolf <fredrik@dolda2000.com>
@@ -12,7 +12,7 @@ License: GNU General Public License, Version 2 or later
 SoftwareVersion: @VERSION@
 AutopackageTarget: 1.2
 Repository: http://www.dolda2000.com/~fredrik/doldaconnect/ap/doldaconnect-daemon.xml
-PackageFileName: doldaconnect-daemon.package
+PackageFileName: doldaconnect-daemon-@VERSION@.package
 
 # Only uncomment InterfaceVersion if your package exposes interfaces to other software,
 # for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
@@ -28,6 +28,7 @@ Note that, unless you really want to talk to the daemon using telnet,
 you will also want a user interface program to control it.
 
 [BuildPrepare]
+echo "apkg" >source
 prepareBuild --without-gtk2 --without-krb5 --without-keyutils --without-pam
 
 [BuildUnprepare]
@@ -42,8 +43,8 @@ require @bzip.org/libbz2 1
 require @gnu.org/gdbm 3
 
 [Install]
-installExe bin/doldacond bin/locktouch bin/tthsum
-copyFiles libexec/speedrec "$PREFIX/libexec"
+installExe doldacond locktouch tthsum
+copyFiles speedrec "$PREFIX/libexec"
 copyFiles etc/* "$PREFIX/etc"
 
 [Uninstall]