package init

This commit is contained in:
chengzihan2 2020-08-20 17:47:07 +08:00
parent b915337780
commit 6fd578e0c9

View File

@ -19,9 +19,12 @@ such data. The scope of this package is to create a package of Java
utility classes to read multipart/form-data within a
javax.servlet.http.HttpServletRequest.
%package javadoc
%package help
Summary: API documentation for %{name}
%description javadoc
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This package contains the API documentation for %{name}.
%prep
@ -48,7 +51,7 @@ rm -r src/main/java/org/apache/commons/fileupload/portlet
%files -f .mfiles
%license LICENSE.txt NOTICE.txt
%files javadoc -f .mfiles-javadoc
%files help -f .mfiles-javadoc
%license LICENSE.txt NOTICE.txt
%changelog