Namespace plexus-component-annotations subpackage

This commit is contained in:
Mikolaj Izdebski 2019-06-28 11:23:36 +02:00
parent 30c540a3ba
commit 445c01de26

View File

@ -49,10 +49,10 @@ Summary: Component metadata from %{name}
%description component-metadata
%{summary}.
%package component-annotations
%package -n %{?module_prefix}%{name}-component-annotations
Summary: Component API from %{name}
%description component-annotations
%description -n %{?module_prefix}%{name}-component-annotations
%{summary}.
%package container-default
@ -107,7 +107,7 @@ cp %{SOURCE2} .
# plexus-containers pom goes into main package
%files -f .mfiles-plexus-containers
%license LICENSE-2.0.txt LICENSE.MIT
%files component-annotations -f .mfiles-plexus-component-annotations
%files -n %{?module_prefix}%{name}-component-annotations -f .mfiles-plexus-component-annotations
%license LICENSE-2.0.txt LICENSE.MIT
%files container-default -f .mfiles-plexus-container-default
%license LICENSE-2.0.txt LICENSE.MIT