Explicitly declare javadoc subpackage
[skip changelog]
This commit is contained in:
parent
06bab565f3
commit
4fa509534e
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue