Use %license unconditionally

This commit is contained in:
Paul Howarth 2023-04-24 16:08:48 +01:00
parent dbef084fec
commit cfe05c5ba9

View File

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