Use %license unconditionally

This commit is contained in:
Paul Howarth 2023-05-16 15:53:23 +01:00
parent 3a59fe1ce3
commit cd108d10e9

View File

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