Use %license unconditionally

This commit is contained in:
Paul Howarth 2023-04-10 12:48:19 +01:00
parent 3f7fea764c
commit 60286ed85e

View File

@ -54,11 +54,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 %doc Changes
%{perl_vendorlib}/ExtUtils/ %{perl_vendorlib}/ExtUtils/
%{_mandir}/man3/ExtUtils::InstallPaths.3* %{_mandir}/man3/ExtUtils::InstallPaths.3*