Declare module package

This commit is contained in:
Mikolaj Izdebski 2019-06-25 08:52:46 +02:00
parent ba76154a7e
commit 12f3c91e79

View File

@ -20,6 +20,7 @@ Commons Codec is an attempt to provide definitive implementations of
commonly used encoders and decoders. Examples include Base64, Hex,
Phonetic and URLs.
%{?module_package}
%{?javadoc_package}
%prep
@ -36,7 +37,7 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
%install
%mvn_install
%files -f .mfiles
%files -n %{?module_prefix}%{name} -f .mfiles
%license LICENSE.txt NOTICE.txt aspell-mail.txt
%doc RELEASE-NOTES*