From dcd17c203cbcde19ff026fc05bba7e79350165eb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 24 Oct 2012 18:25:21 -0400 Subject: Document substitution variables. --- (limited to 'specs/spf-2.0/fields.mdwn') diff --git a/specs/spf-2.0/fields.mdwn b/specs/spf-2.0/fields.mdwn index 51a9415..897e4c9 100644 --- a/specs/spf-2.0/fields.mdwn +++ b/specs/spf-2.0/fields.mdwn @@ -68,23 +68,39 @@ The fields in the binary package metadata are: A list of packages that must be installed and configured before the package may itself be configured. + Variable substitutions are performed on the value of this field. + * `Recommends` (optional) + Variable substitutions are performed on the value of this field. + * `Suggests` (optional) + Variable substitutions are performed on the value of this field. + * `Pre-Depends` (optional) A list of packages that must be installed before the package may itself be installed. + Variable substitutions are performed on the value of this field. + * `Conflicts` (optional) + Variable substitutions are performed on the value of this field. + * `Provides` (optional) + Variable substitutions are performed on the value of this field. + * `Replaces` (optional) + Variable substitutions are performed on the value of this field. + * `Description` (required) A description of the binary package. This is a multiline field. The first line is a short synopsis, and all following lines are an extended description. + + Variable substitutions are performed on the value of this field. -- cgit v0.9.1