Declare module package
This commit is contained in:
parent
aa39600215
commit
c1177cbf0a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user