Declare module package
This commit is contained in:
parent
4efc866328
commit
d69b5c446f
@ -29,6 +29,7 @@ therefore created differently named artifact and jar files. This is
|
||||
the new version, while apache-commons-lang is the compatibility
|
||||
package.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
@ -50,7 +51,7 @@ rm src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
%doc RELEASE-NOTES.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user