autopackage/default.apspec.in
changeset 2270 ac729a29120e
parent 1171 f426c84a4e00
     1.1 --- a/autopackage/default.apspec.in	Mon Oct 30 12:07:52 2006 +0000
     1.2 +++ b/autopackage/default.apspec.in	Mon Oct 30 12:25:43 2006 +0000
     1.3 @@ -8,13 +8,13 @@
     1.4  Packager: Alpar Juttner <alpar@cs.elte.hu>
     1.5  Summary: LEMON library
     1.6  SoftwareVersion: @VERSION@
     1.7 -AutopackageTarget: 0.7
     1.8 +AutopackageTarget: 1.2
     1.9  
    1.10  # Only uncomment InterfaceVersion if your package exposes interfaces to other software,
    1.11  # for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
    1.12  # or ask on autopackage-dev if you don't understand interface versioning in autopackage.
    1.13  #
    1.14 -# InterfaceVersion: 0.0
    1.15 +InterfaceVersion: 1.0
    1.16  
    1.17  PackageVersion: 1
    1.18  
    1.19 @@ -34,7 +34,7 @@
    1.20  
    1.21  [Prepare]
    1.22  # Dependency checking
    1.23 -#require @whatever.you/need 1.0
    1.24 +require @lemon.cs.elte.hu/GLPK:4.11
    1.25  
    1.26  [Install]
    1.27  # Put your installation script here