Use %license unconditionally

This commit is contained in:
Paul Howarth 2023-05-14 14:56:49 +01:00
parent ff955194b7
commit 53c584ece0

View File

@ -58,11 +58,7 @@ find %{buildroot} -type f -name .packlist -delete
make test AUTOMATED_TESTING=1
%files
%if 0%{?_licensedir:1}
%license LICENSE
%else
%doc LICENSE
%endif
%doc Changes README examples/
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::CPAN::Meta::JSON.3*