From 1c7dd764f4dae65bcfdd776086c42f911c03be61 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 13 Dec 2023 06:11:05 +0100 Subject: [PATCH] Get rid of module_prefix macro --- jsoup.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jsoup.spec b/jsoup.spec index 2f39c35..a7036f0 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -38,7 +38,6 @@ 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 @@ -60,7 +59,7 @@ tree. %install %mvn_install -%files -n %{?module_prefix}%{name} -f .mfiles +%files -f .mfiles %doc README.md CHANGES %license LICENSE