diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-29 00:59:10 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-29 00:59:10 (EDT) |
commit | 02d46adca288344b95e3fe2f730eeb90c10051be (patch) | |
tree | 3a49e44e28a619fa8d5a7b905ac68fd09ad4a6cf | |
parent | c6276e2bde86a1385c9540cef9e40570dfe9497e (diff) |
SPF 2.0: Specify arches and plats for sections
-rw-r--r-- | specs/spf-2.0/fields.mdwn | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/specs/spf-2.0/fields.mdwn b/specs/spf-2.0/fields.mdwn index be5ec08..daee053 100644 --- a/specs/spf-2.0/fields.mdwn +++ b/specs/spf-2.0/fields.mdwn @@ -68,20 +68,24 @@ The fields in the binary package metadata are: - The string `boot` for packages containing only boot loaders, kernel images, and device firmware; - - The string `dbg` for packages containing only debugging symbols; - - The string `dev` for packages containing only utilities used to build - other packages, such as distribution package build utilities, compilers, - and utilities that configure compiler and linker flags; - - The string `doc` for packages containing only manual pages and other - upstream documentation files; - - The string `lib` for packages containing only shared libraries and object - files; - - The string `libdev` for packages containing only header files, unversioned - library symbolic links used when linking, and configuration files and - architecture-independent utilities that configure compiler and linker + - The string `dbg` for architecture-dependent packages containing only + debugging symbols; + - The string `dev` for platform-independent packages containing only + utilities used to build other packages, such as distribution package build + utilities, compilers, and utilities that configure compiler and linker flags; - - The string `locale` for packages containing only locale files; - - The string `share` for packages containing only architecture-independent + - The string `doc` for architecture-independent platform-independent + packages containing only manual pages and other upstream documentation + files; + - The string `lib` for architecture-dependent packages containing only + shared libraries and object files; + - The string `libdev` for architecture-dependent packages containing only + header files, unversioned library symbolic links used when linking, and + configuration files and architecture-independent utilities that configure + compiler and linker flags; + - The string `locale` for architecture-independent platform-independent + packages containing only locale files; + - The string `share` for architecture-independent packages containing only data; and - The string `util` for packages containing only executable files, such as utilities and binaries run by other programs. |