Declare module package
This commit is contained in:
parent
7f6a45eda3
commit
b8fbd3c43d
@ -39,6 +39,7 @@ Summary: Cache module for %{name}
|
|||||||
%description cache
|
%description cache
|
||||||
This package provides client side caching for %{name}.
|
This package provides client side caching for %{name}.
|
||||||
|
|
||||||
|
%{?module_package}
|
||||||
%{?javadoc_package}
|
%{?javadoc_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -146,7 +147,7 @@ rm -r httpclient-cache/src/*/java/org/apache/http/impl/client/cache/ehcache
|
|||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
%doc README.txt RELEASE_NOTES.txt
|
%doc README.txt RELEASE_NOTES.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user