tetra icon indicating copy to clipboard operation
tetra copied to clipboard

tetra should add the License files to the rpm

Open mcalmer opened this issue 9 years ago • 1 comments

Any license file which can be detected by tetra should be added to the RPM package. Adding

%doc LICENSE.txt

to the filelist in the specfile would be enough.

mcalmer avatar Nov 10 '15 08:11 mcalmer

We need a mechanism to find all kind of license files and names including the full path starting inside of the src/ directory created by tetra.

  • license
  • copying
  • copyright

are names we should search for case-insensitive.

%doc

mcalmer avatar Nov 10 '15 08:11 mcalmer