diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index b69ff59..04d6694 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -33,6 +33,7 @@ commons-logging abstraction is meant to minimize the differences between the two, and to allow a developer to not tie himself to a particular logging implementation. +%{?module_package} %{?javadoc_package} %prep @@ -66,7 +67,7 @@ rm -rf src/test/java/org/apache/commons/logging/log4j/log4j12 %install %mvn_install -%files -f .mfiles +%files -n %{?module_prefix}%{name} -f .mfiles %license LICENSE.txt NOTICE.txt %doc PROPOSAL.html RELEASE-NOTES.txt