Explicitly declare javadoc subpackage

[skip changelog]
This commit is contained in:
Mikolaj Izdebski 2024-12-30 18:06:35 +01:00
commit 4fa509534e

View file

@ -28,7 +28,11 @@ BuildRequires: mvn(org.mockito:mockito-core)
The CLI library provides a simple and easy to use API for working with the
command line arguments and options.
%{?javadoc_package}
%package javadoc
Summary: API documentation for %{name}
%description javadoc
API documentation for %{name}.
%prep
%autosetup -p1 -C
@ -47,5 +51,7 @@ command line arguments and options.
%license LICENSE.txt NOTICE.txt
%doc README.md RELEASE-NOTES.txt
%files javadoc -f .mfiles-javadoc
%changelog
%autochangelog