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,
|
commonly used encoders and decoders. Examples include Base64, Hex,
|
||||||
Phonetic and URLs.
|
Phonetic and URLs.
|
||||||
|
|
||||||
|
%{?module_package}
|
||||||
%{?javadoc_package}
|
%{?javadoc_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -36,7 +37,7 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
|||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||||
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||||
%doc RELEASE-NOTES*
|
%doc RELEASE-NOTES*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user