Declare module package
This commit is contained in:
parent
ba76154a7e
commit
12f3c91e79
@ -20,6 +20,7 @@ Commons Codec is an attempt to provide definitive implementations of
|
||||
commonly used encoders and decoders. Examples include Base64, Hex,
|
||||
Phonetic and URLs.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
@ -36,7 +37,7 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||
%doc RELEASE-NOTES*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user