summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-29 23:22:45 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-29 23:22:45 (EDT)
commite899f0e39c0aa0f3c69ad619e417143bb7d0de80 (patch)
treeae122a75f0bf3d313c40b86722479a1a578e6550
parent7f0fbc917254752ba35fce80855170c123f2c2a3 (diff)
Remove binary package install files from spec.
-rw-r--r--specs/spf-2.0/metadata.mdwn21
-rw-r--r--specs/spf-2.0/overview.mdwn14
2 files changed, 0 insertions, 35 deletions
diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn
index 5125596..a042e56 100644
--- a/specs/spf-2.0/metadata.mdwn
+++ b/specs/spf-2.0/metadata.mdwn
@@ -38,27 +38,6 @@ field must follow the syntax of the `mailbox` symbol of RFC 5322 section 3.4.
`date-time` symbol of RFC 5322 section 3.3.
-File Installation Lists [install]
-=================================
-
-Binary packages that provide files shall have a file named `install` in their
-`<binpkg>.pkg/` directories.
-
-The `<binpkg>.pkg/install` file is a list of patterns, terminated by line
-breaks, to match files that are to be installed in the binary package.
-
-Each pattern shall be expanded to match files in the installation destination
-directory (see $[sectlink][work-area]) as explained in [POSIX.1-2008, Shell &
-Utilities Volume, Section 2.6.6][posix-xcu-2.6.6].
-
-A file or directory in the installation destination directory shall not be
-matched by the `install` file of more than one binary package. Any such case
-shall be considered an error.
-
-Run-time platform configuration files listed in a binary package's `platconf`
-file shall not be listed in the package's `install` file.
-
-
Platform Configuration File Lists [platconf]
============================================
diff --git a/specs/spf-2.0/overview.mdwn b/specs/spf-2.0/overview.mdwn
index d22a53a..b2b16cb 100644
--- a/specs/spf-2.0/overview.mdwn
+++ b/specs/spf-2.0/overview.mdwn
@@ -11,10 +11,6 @@ tree:
| +- control
| | Required.
| | Metadata about the binary package.
- | +- install
- | | Optional.
- | | A list of patterns to match files to be installed in the binary
- | | package.
| +- platconf
| | Optional.
| | A list of run-time configuration files.
@@ -94,16 +90,6 @@ This file contains control fields describing the binary package. See
$[sectlink][control] for the syntax of this file and $[sectlink][fields-bin] for
the list of control fields in this file.
-`<binpkg>.pkg/install` [files-binpkg.pkg-install]
--------------------------------------------------
-
-This file is optional.
-
-This file contains a list of patterns to match files to be installed in the
-binary package.
-
-See $[sectlink][install] for more information about this file.
-
`<binpkg>.pkg/platconf` [files-binpkg.pkg-platconf]
---------------------------------------------------