Explicitly declare javadoc subpackage
[skip changelog]
This commit is contained in:
parent
7a36ae6b6a
commit
b5a037e1fb
1 changed files with 7 additions and 1 deletions
|
|
@ -30,7 +30,11 @@ Commons Codec is an attempt to provide definitive implementations of
|
|||
commonly used encoders and decoders. Examples include Base64, Hex,
|
||||
Phonetic and URLs.
|
||||
|
||||
%{?javadoc_package}
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -C
|
||||
|
|
@ -50,5 +54,7 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
|||
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||
%doc RELEASE-NOTES*
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue