Use %license unconditionally

This commit is contained in:
Paul Howarth 2023-05-17 13:30:39 +01:00
parent 7f175bc631
commit 0a3ffbf49d

View File

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