diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec index 85b3a2b..5f9b726 100644 --- a/apache-commons-codec.spec +++ b/apache-commons-codec.spec @@ -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*