From 5af75e86a49077ca46cae4ca07551c6373a32cbb Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 25 Jun 2019 08:53:26 +0200 Subject: [PATCH] Declare module package --- apache-commons-io.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache-commons-io.spec b/apache-commons-io.spec index 3dbe7c4..b75f26c 100644 --- a/apache-commons-io.spec +++ b/apache-commons-io.spec @@ -19,6 +19,7 @@ Commons-IO contains utility classes, stream implementations, file filters, and endian classes. It is a library of utilities to assist with developing IO functionality. +%{?module_package} %{?javadoc_package} %prep @@ -36,7 +37,7 @@ sed -i 's/\r//' *.txt %install %mvn_install -%files -f .mfiles +%files -n %{?module_prefix}%{name} -f .mfiles %license LICENSE.txt NOTICE.txt %doc RELEASE-NOTES.txt