Declare module package

This commit is contained in:
Mikolaj Izdebski 2019-06-28 11:41:24 +02:00
parent aa39600215
commit c1177cbf0a

View File

@ -24,6 +24,7 @@ This project is a complete packaging of all the Guava libraries
into a single jar. Individual portions of Guava can be used
by downloading the appropriate module and its dependencies.
%{?module_package}
%{?javadoc_package}
%package testlib
@ -82,7 +83,7 @@ find -name '*.java' | xargs sed -ri \
%install
%mvn_install
%files -f .mfiles-guava
%files -n %{?module_prefix}%{name} -f .mfiles-guava
%doc CONTRIBUTORS README*
%license COPYING