Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : libtpms | |||||
| version : 0.9.0 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/stefanberger/libtpms/archive/refs/tags/v0.9.0.tar.gz : bcd94c8880c471358c58db89be30420384ca0ef50a0048da8d04352841d1e2fb | |||||
| license : | |||||
| - BSD-3-Clause | |||||
JoshStrobl: It isn't OpenMPI as it doesn't have the same clauses / structure. Fedora considers it to be BSD… | |||||
| - TCGL | |||||
| component : virt | |||||
| summary : Library providing Trusted Platform Module (TPM) functionality | |||||
| description: | | |||||
| A library providing TPM functionality for VMs. Targeted for integration into Qemu. | |||||
| setup : | | |||||
| %reconfigure --with-openssl --with-tpm2 --disable-static | |||||
| build : | | |||||
Done Inline ActionsShould be able to just do %reconfigure and skip the NOCONFIGURE=1 and autogen JoshStrobl: Should be able to just do `%reconfigure` and skip the `NOCONFIGURE=1 and autogen` | |||||
| %make | |||||
| install : | | |||||
| %make_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
It isn't OpenMPI as it doesn't have the same clauses / structure. Fedora considers it to be BSD-3-Clause + "TCGL" since it is based around BSD. So a list would work better:
license : - BSD-3-Clause - TCGL