From 461ad04ebd715c6e48df93a352f79397897e097d Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 14 Oct 2007 00:34:48 +0200 Subject: [PATCH] Set PackageFileName in autopackages. --- autopackage/dcuilib.apspec.in | 1 + autopackage/dolcon.apspec.in | 1 + autopackage/doldacond.apspec.in | 1 + autopackage/guishell.apspec.in | 1 + 4 files changed, 4 insertions(+) diff --git a/autopackage/dcuilib.apspec.in b/autopackage/dcuilib.apspec.in index 538622d..5eae382 100644 --- a/autopackage/dcuilib.apspec.in +++ b/autopackage/dcuilib.apspec.in @@ -13,6 +13,7 @@ SoftwareVersion: @VERSION@ Repository: http://www.dolda2000.com/~fredrik/doldaconnect/ap/doldaconnect-uilib.xml AutopackageTarget: 1.2 InterfaceVersion: 1.1 +PackageFileName: doldaconnect-uilib.package [Description] The Dolda Connect interface library is used by programs for talking diff --git a/autopackage/dolcon.apspec.in b/autopackage/dolcon.apspec.in index e7f0457..0aa41a5 100644 --- a/autopackage/dolcon.apspec.in +++ b/autopackage/dolcon.apspec.in @@ -12,6 +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-gtk.xml +PackageFileName: doldaconnect-gtk.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, diff --git a/autopackage/doldacond.apspec.in b/autopackage/doldacond.apspec.in index 6fd47b1..ab29421 100644 --- a/autopackage/doldacond.apspec.in +++ b/autopackage/doldacond.apspec.in @@ -12,6 +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 # 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, diff --git a/autopackage/guishell.apspec.in b/autopackage/guishell.apspec.in index b86283b..e5c235c 100644 --- a/autopackage/guishell.apspec.in +++ b/autopackage/guishell.apspec.in @@ -12,6 +12,7 @@ License: GNU General Public License, Version 2 or later SoftwareVersion: @VERSION@ Repository: http://www.dolda2000.com/~fredrik/doldaconnect/ap/doldaconnect-guishell.xml AutopackageTarget: 1.2 +PackageFileName: doldaconnect-guishell.package [BuildPrepare] prepareBuild --enable-dolconf --enable-guishell --disable-gtk2ui --disable-daemon -- 2.11.0