Declare module package
This commit is contained in:
parent
1a3c171dc4
commit
8c87c1a0e3
@ -30,6 +30,7 @@ loading of components or otherwise represent a 'container'
|
|||||||
can benefit from the classloading control provided by
|
can benefit from the classloading control provided by
|
||||||
classworlds.
|
classworlds.
|
||||||
|
|
||||||
|
%{?module_package}
|
||||||
%{?javadoc_package}
|
%{?javadoc_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -43,7 +44,7 @@ classworlds.
|
|||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||||
%license LICENSE.txt LICENSE-2.0.txt
|
%license LICENSE.txt LICENSE-2.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user