package init

This commit is contained in:
chengzihan2 2020-08-20 17:43:36 +08:00
parent 13b5287d52
commit 72525ee18d

View File

@ -13,9 +13,11 @@ BuildArch: noarch
This bundle contains the blueprint API and
the corresponding XML schema.
%package javadoc
%package help
Summary: Javadoc for %{name}
%description javadoc
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This package contains javadoc for %{name}.
%prep
@ -56,7 +58,7 @@ This package contains javadoc for %{name}.
%files -f .mfiles
%license LICENSE NOTICE
%files javadoc -f .mfiles-javadoc
%files help -f .mfiles-javadoc
%license LICENSE NOTICE
%changelog