From 096e2e59ee6cf0718908357ce728c111f12789fa Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Jun 25 2019 06:51:39 +0000 Subject: Declare module package --- diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 480e9b6..7c4cb2d 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -20,6 +20,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) The CLI library provides a simple and easy to use API for working with the command line arguments and options. +%{?module_package} %{?javadoc_package} %prep @@ -35,7 +36,7 @@ command line arguments and options. %install %mvn_install -%files -f .mfiles +%files -n %{?module_prefix}%{name} -f .mfiles %license LICENSE.txt NOTICE.txt %doc README.md RELEASE-NOTES.txt