summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-09-26 04:28:11 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-09-26 04:28:11 (EDT)
commit5f6b153eaca29163705dfdabd6aa8649424bbde1 (patch)
tree4e2b1c543c70424239f834f3ba130bca0337e8a3
parentf153e170ba73a015b6a56b071841aea76ac24551 (diff)
SPF 2.0: Refer to pkg rel fields syntax sectionHEADmaster
-rw-r--r--specs/spf-2.0/fields.mdwn20
1 files changed, 18 insertions, 2 deletions
diff --git a/specs/spf-2.0/fields.mdwn b/specs/spf-2.0/fields.mdwn
index 611ed5f..c28db8d 100644
--- a/specs/spf-2.0/fields.mdwn
+++ b/specs/spf-2.0/fields.mdwn
@@ -12,6 +12,8 @@ The fields in the source package metadata are:
A list of packages that must be installed before the package can be built.
+ See $[sectlink][rel-syntax] for the syntax of this field.
+
Variable substitutions are performed on the value of this field.
* `Homepage` (optional)
@@ -117,18 +119,26 @@ 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.
+ See $[sectlink][rel-syntax] for the syntax of this field.
+
Variable substitutions are performed on the value of this field.
* `Recommends` (optional)
+ See $[sectlink][rel-syntax] for the syntax of this field.
+
Variable substitutions are performed on the value of this field.
* `Suggests` (optional)
+ See $[sectlink][rel-syntax] for the syntax of this field.
+
Variable substitutions are performed on the value of this field.
* `Pre-Depends` (optional)
+ See $[sectlink][rel-syntax] for the syntax of this field.
+
A list of packages that must be installed before the package may itself be
installed.
@@ -136,14 +146,20 @@ The fields in the binary package metadata are:
* `Conflicts` (optional)
+ See $[sectlink][rel-syntax] for the syntax of this field.
+
Variable substitutions are performed on the value of this field.
* `Provides` (optional)
+ See $[sectlink][rel-syntax] for the syntax of this field.
+
Variable substitutions are performed on the value of this field.
* `Replaces` (optional)
+ See $[sectlink][rel-syntax] for the syntax of this field.
+
Variable substitutions are performed on the value of this field.
* `Description` (required)
@@ -155,7 +171,7 @@ The fields in the binary package metadata are:
Variable substitutions are performed on the value of this field.
-Package Relationship Fields Format [rel-fmt]
-============================================
+Package Relationship Fields Syntax [rel-syntax]
+===============================================
TODO