A "license" field should be supported in package description files.
Currently, using a package description containing the following
[package]
name = "foo"
version = "1.0"
license = "MIT"
results in output similar to the following after an RPM is installed:
$ rpm -qi mypackage
Name : mypackage
Version : 1.0
License : None
A "license" field should be supported in package description files.
Currently, using a package description containing the following
results in output similar to the following after an RPM is installed: