# HG changeset patch # User alpar # Date 1162210854 0 # Node ID 1e0a66d6b45a6b639a81b07f03f55de762aa4016 # Parent 95872af46fc434e78c4a132fc6c8031a3350ddbb Add autopackage specfile (not yet working). diff -r 95872af46fc4 -r 1e0a66d6b45a autopackage/default.apspec.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/autopackage/default.apspec.in Mon Oct 30 12:20:54 2006 +0000 @@ -0,0 +1,44 @@ +# -*-shell-script-*- + +[Meta] +RootName: @lemon.cs.elte.hu/glemon:$SOFTWAREVERSION +DisplayName: glemon +ShortName: glemon +Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/ +Packager: Alpar Juttner +Summary: Graphical graph and network editor for the LEMON Graph Format +SoftwareVersion: @VERSION@ +AutopackageTarget: 0.7 + +# 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, +# or ask on autopackage-dev if you don't understand interface versioning in autopackage. +# +# InterfaceVersion: 0.0 + +PackageVersion: 1 + +[Description] +Graphical graph and network editor for the LEMON Graph Format + +[BuildPrepare] +prepareBuild + +[BuildUnprepare] +unprepareBuild + +[Imports] +echo '*' | import + +[Prepare] +# Dependency checking +#require @whatever.you/need 1.0 + +[Install] +# Put your installation script here +#installExe bin/* +copyFiles * $PREFIX + +[Uninstall] +# Usually just the following line is enough to uninstall everything +uninstallFromLog diff -r 95872af46fc4 -r 1e0a66d6b45a configure.ac --- a/configure.ac Mon Oct 30 12:16:25 2006 +0000 +++ b/configure.ac Mon Oct 30 12:20:54 2006 +0000 @@ -57,6 +57,7 @@ AC_CONFIG_FILES([ Makefile glemon.spec +autopackage/default.apspec po/Makefile.in m4/Makefile ])