From d5fad3e4391e0371da72d9a34ff7df2a929d6852 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 28 Jun 2019 11:13:58 +0200 Subject: [PATCH] Declare module package --- jsoup.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsoup.spec b/jsoup.spec index 0bbaa61..5f375a8 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -33,6 +33,7 @@ jsoup is designed to deal with all varieties of HTML found in the wild; from pristine and validating, to invalid tag-soup; jsoup will create a sensible parse tree. +%{?module_package} %{?javadoc_package} %prep @@ -47,7 +48,7 @@ jsoup will create a sensible parse tree. %install %mvn_install -%files -f .mfiles +%files -n %{?module_prefix}%{name} -f .mfiles %doc README.md CHANGES %license LICENSE