Use %license unconditionally

This commit is contained in:
Paul Howarth 2023-04-10 11:54:00 +01:00
parent ae401c0263
commit 25348d2654

View File

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