diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-25 15:29:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-25 15:29:02 (EDT) |
commit | 04413f63fcadd930812b5dd67299d2e0980ab349 (patch) | |
tree | 54fa1af78c2b76fa113f161d3e2385ad07a9fbca | |
parent | 1806d55af3ea3521bd6e4296191634e2c019183d (diff) |
SPF 2.0: Add Host-Arch and Host-Plat substvars.
-rw-r--r-- | specs/spf-2.0/index.mdwn | 2 | ||||
-rw-r--r-- | specs/spf-2.0/substvars.mdwn | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/specs/spf-2.0/index.mdwn b/specs/spf-2.0/index.mdwn index ceb687c..021eded 100644 --- a/specs/spf-2.0/index.mdwn +++ b/specs/spf-2.0/index.mdwn @@ -1,5 +1,5 @@ Status: DRAFT - Date: 2012-10-26 + Date: 2013-05-25 Revises: Source Package Format 1.0 diff --git a/specs/spf-2.0/substvars.mdwn b/specs/spf-2.0/substvars.mdwn index 953375c..c872e31 100644 --- a/specs/spf-2.0/substvars.mdwn +++ b/specs/spf-2.0/substvars.mdwn @@ -36,6 +36,14 @@ The following substitution variables shall be set: log. See $[sectlink][src-ver] for the syntax of source package version identifiers. + * `Host-Arch` + + The distribution architecture string of the host system. + + * `Host-Plat` + + The application platform of the host system. + Defining Substitution Variables [substvars-custom] ================================================== |