Declare module package

This commit is contained in:
Mikolaj Izdebski 2019-06-28 11:13:58 +02:00
parent 4996109293
commit d5fad3e439
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ jsoup is designed to deal with all varieties of HTML found in the wild;
from pristine and validating, to invalid tag-soup; from pristine and validating, to invalid tag-soup;
jsoup will create a sensible parse tree. jsoup will create a sensible parse tree.
%{?module_package}
%{?javadoc_package} %{?javadoc_package}
%prep %prep
@ -47,7 +48,7 @@ jsoup will create a sensible parse tree.
%install %install
%mvn_install %mvn_install
%files -f .mfiles %files -n %{?module_prefix}%{name} -f .mfiles
%doc README.md CHANGES %doc README.md CHANGES
%license LICENSE %license LICENSE