Declare module package

This commit is contained in:
Mikolaj Izdebski 2019-06-25 08:55:04 +02:00
parent 992bb4da73
commit 34484bce13

View File

@ -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