summaryrefslogtreecommitdiffstats
path: root/specs/spf-2.0/fields.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-24 18:25:21 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-24 18:25:21 (EDT)
commitdcd17c203cbcde19ff026fc05bba7e79350165eb (patch)
tree7d28944600a30f06dc783adee91d908777b76271 /specs/spf-2.0/fields.mdwn
parent599102d3268edc737a11c3ff4b641a8a4969b2c1 (diff)
Document substitution variables.
Diffstat (limited to 'specs/spf-2.0/fields.mdwn')
-rw-r--r--specs/spf-2.0/fields.mdwn16
1 files changed, 16 insertions, 0 deletions
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.