Dne 04. 01. 22 v 21:33 David Cantrell napsal(a):

I feel like I'm missing something, but rpminspect has been doing what
license-validate does for years now.  It's ready for SPDX expressions.
Results show up for Fedora builds in Zuul.  Or you can run it locally.

Here is my motivation:

We are automating packing - hundred thousands libraries to be automatically packaged. But some of them have restrictive license. For that we need **simple** tool.

rpminspect is big beast for that. I learned that I can run

  rpminspect-fedora -Fjson -T license foo.src.rpm

But I need something which can evaluate just the string.

Miroslav