From 34484bce138438094253056a66db8eabdcd7f870 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 25 Jun 2019 08:55:04 +0200 Subject: [PATCH] Declare module package --- apache-commons-logging.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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