diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-06-24 16:34:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-06-24 16:34:02 +0300 |
commit | 80d31334f20aa660fea15624e9c8720223949c28 (patch) | |
tree | 256dc2936cc504639a7591a9eb93998ced890f02 | |
parent | 8a04ddf7c6d239a78dc2031c9a75691a372bdfce (diff) |
Map fedora system name.
Canonicalize license in package manifest.
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | manifest | 12 |
2 files changed, 11 insertions, 5 deletions
@@ -1,3 +1,5 @@ On the revision: -- Canonicalize the license in the package manifest. +Additional (permanent) notes: + +- Review '@@ TMP' notes. @@ -1,9 +1,9 @@ : 1 name: libapr1 -version: 0+9 +version: 0+10 project: libapr summary: Apache Portable Runtime C library -license: ASLv2; Apache License 2.0 +license: Apache-2.0 ; Apache License 2.0. topics: C, portability description-file: README url: https://apr.apache.org/ @@ -11,5 +11,9 @@ package-url: https://git.build2.org/cgit/packaging/libapr/ email: dev@apr.apache.org; Mailing list. package-email: packaging@build2.org; Mailing list. build-email: builds@build2.org -depends: * build2 >= 0.11.0 -depends: * bpkg >= 0.11.0 +depends: * build2 >= 0.16.0- +depends: * bpkg >= 0.16.0- + +# System package mapping. +# +fedora-name: apr-devel |