Add missing license file in -doc subpackage

This commit is contained in:
Benjamin A. Beasley 2023-11-10 08:39:21 -05:00 committed by luya
parent 3d031ab91e
commit 3fc4edacfb

View File

@ -142,6 +142,7 @@ find %{buildroot} -name '*.a' -delete
%if 0%{?documentation}
%files doc
%license LICENSE.txt
%{_docdir}/%{name}/
%endif