modify javadoc to help

This commit is contained in:
small_leek 2020-08-22 16:19:11 +08:00
parent 6976b5f0b9
commit 4124d09436

View File

@ -18,9 +18,12 @@ Contains the Enterprise JavaBeans classes and interfaces that define the
contracts between the enterprise bean and its clients and between the contracts between the enterprise bean and its clients and between the
enterprise bean and the EJB container. enterprise bean and the EJB container.
%package javadoc %package help
Summary: Javadoc for %{name} Summary: Javadoc for %{name}
%description javadoc Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This package contains the API documentation for %{name}. This package contains the API documentation for %{name}.
%prep %prep
@ -42,7 +45,7 @@ sed -i 's/\r//' LICENSE
%files -f .mfiles %files -f .mfiles
%license LICENSE NOTICE %license LICENSE NOTICE
%files javadoc -f .mfiles-javadoc %files help -f .mfiles-javadoc
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog