From: Fredrik Tolf Date: Fri, 26 Oct 2007 01:35:44 +0000 (+0200) Subject: Generate correct release info in autopackages. X-Git-Tag: 1.1~46^2~1 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=93d88dde09fce7e1c3ba35bbd2121f4fe46360de Generate correct release info in autopackages. --- diff --git a/autopackage/dcuilib.apspec.in b/autopackage/dcuilib.apspec.in index da8653b..af911ba 100644 --- a/autopackage/dcuilib.apspec.in +++ b/autopackage/dcuilib.apspec.in @@ -20,6 +20,7 @@ The Dolda Connect interface library is used by programs for talking with the Dolda Connect daemon. [BuildPrepare] +echo "apkg" >source prepareBuild --without-krb5 --disable-daemon --without-gtk2 [BuildUnprepare] diff --git a/autopackage/dolcon.apspec.in b/autopackage/dolcon.apspec.in index ef45655..3e11773 100644 --- a/autopackage/dolcon.apspec.in +++ b/autopackage/dolcon.apspec.in @@ -30,6 +30,7 @@ it is the daemon that does that. This program only controls the daemon. [BuildPrepare] +echo "apkg" >source prepareBuild --enable-gtk2ui --disable-daemon --disable-dolconf --disable-guishell [BuildUnprepare] diff --git a/autopackage/doldacond.apspec.in b/autopackage/doldacond.apspec.in index 5644e0f..ffa13dc 100644 --- a/autopackage/doldacond.apspec.in +++ b/autopackage/doldacond.apspec.in @@ -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] diff --git a/autopackage/guishell.apspec.in b/autopackage/guishell.apspec.in index 1d0b058..3a65484 100644 --- a/autopackage/guishell.apspec.in +++ b/autopackage/guishell.apspec.in @@ -15,6 +15,7 @@ AutopackageTarget: 1.2 PackageFileName: doldaconnect-guishell-@VERSION@.package [BuildPrepare] +echo "apkg" >source prepareBuild --enable-dolconf --enable-guishell --disable-gtk2ui --disable-daemon [BuildUnprepare]