From 1def138570971a332c0c9b59764a6107cbe3066e Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 28 Jun 2019 11:02:05 +0200 Subject: [PATCH] Declare module package --- httpcomponents-core.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 94329c6..0d0470a 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -32,6 +32,7 @@ appropriate for high latency scenarios where raw data throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner. +%{?module_package} %{?javadoc_package} %prep @@ -82,7 +83,7 @@ done %install %mvn_install -%files -f .mfiles +%files -n %{?module_prefix}%{name} -f .mfiles %license LICENSE.txt NOTICE.txt %doc README.txt RELEASE_NOTES.txt