Declare module package
This commit is contained in:
parent
213d7b9ea7
commit
5385cd49d7
@ -118,6 +118,7 @@ Summary: Bill of Materials for Guice
|
|||||||
Guice is a lightweight dependency injection framework for Java 5
|
Guice is a lightweight dependency injection framework for Java 5
|
||||||
and above. This package provides Bill of Materials module for Guice.
|
and above. This package provides Bill of Materials module for Guice.
|
||||||
|
|
||||||
|
%{?module_package}
|
||||||
%{?javadoc_package}
|
%{?javadoc_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -179,7 +180,7 @@ and above. This package provides Bill of Materials module for Guice.
|
|||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles-guice
|
%files -n %{?module_prefix}%{name} -f .mfiles-guice
|
||||||
|
|
||||||
%files -n guice-parent -f .mfiles-guice-parent
|
%files -n guice-parent -f .mfiles-guice-parent
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user