Declare module package

This commit is contained in:
Mikolaj Izdebski 2019-06-28 11:02:05 +02:00
parent bea4c94ae0
commit 1def138570

View File

@ -32,6 +32,7 @@ appropriate for high latency scenarios where raw data throughput is
less important than the ability to handle thousands of simultaneous less important than the ability to handle thousands of simultaneous
HTTP connections in a resource efficient manner. HTTP connections in a resource efficient manner.
%{?module_package}
%{?javadoc_package} %{?javadoc_package}
%prep %prep
@ -82,7 +83,7 @@ done
%install %install
%mvn_install %mvn_install
%files -f .mfiles %files -n %{?module_prefix}%{name} -f .mfiles
%license LICENSE.txt NOTICE.txt %license LICENSE.txt NOTICE.txt
%doc README.txt RELEASE_NOTES.txt %doc README.txt RELEASE_NOTES.txt