From b8fbd3c43d299084bf892b60e33b0a73df4acad0 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 28 Jun 2019 13:34:29 +0200 Subject: [PATCH] Declare module package --- httpcomponents-client.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index a55e38f..08875d9 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -39,6 +39,7 @@ Summary: Cache module for %{name} %description cache This package provides client side caching for %{name}. +%{?module_package} %{?javadoc_package} %prep @@ -146,7 +147,7 @@ rm -r httpclient-cache/src/*/java/org/apache/http/impl/client/cache/ehcache %install %mvn_install -%files -f .mfiles +%files -n %{?module_prefix}%{name} -f .mfiles %license LICENSE.txt NOTICE.txt %doc README.txt RELEASE_NOTES.txt