Declare module package
This commit is contained in:
parent
e567ea8167
commit
096e2e59ee
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
|||
The CLI library provides a simple and easy to use API for working with the
|
||||
command line arguments and options.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
|
|
@ -35,7 +36,7 @@ command line arguments and options.
|
|||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
%doc README.md RELEASE-NOTES.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue