]> git.dolda2000.com Git - doldaconnect.git/commitdiff
Generate correct release info in autopackages.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 26 Oct 2007 01:35:44 +0000 (03:35 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 26 Oct 2007 01:35:44 +0000 (03:35 +0200)
autopackage/dcuilib.apspec.in
autopackage/dolcon.apspec.in
autopackage/doldacond.apspec.in
autopackage/guishell.apspec.in

index da8653bb92c53fe6d41f2b5fbfe8c65586511ace..af911ba6364271d8c617d37121d650a45e72232a 100644 (file)
@@ -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]
index ef45655a1435f297025c8c676c85d242d5c8b6fd..3e11773774aea9a9c2a4bdf654f336274039d3ee 100644 (file)
@@ -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]
index 5644e0ffc2a42c72510894d7530321910647da1d..ffa13dc4a33102820e651e241305dc55ec41de3c 100644 (file)
@@ -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]
index 1d0b05853a6ab2b2ecfd15a5f02e464bfc5ab47e..3a654845c1142f77551011f65f9390936e2f0636 100644 (file)
@@ -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]