Get rid of module_prefix macro

This commit is contained in:
Mikolaj Izdebski 2023-12-13 06:11:05 +01:00
parent 9025b381e5
commit 1c7dd764f4
1 changed files with 1 additions and 2 deletions

View File

@ -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