package init

This commit is contained in:
lyn1001 2020-08-24 09:08:26 +08:00
parent 925d41c515
commit 8b7474e4f7

View File

@ -16,9 +16,11 @@ various Java objects within the system. There are several ways of doing this,
and the Digester component was designed to provide a common implementation and the Digester component was designed to provide a common implementation
that can be used in many different projects that can be used in many different projects
%package javadoc %package help
Summary: API documentation for %{name} Summary: API documentation for %{name}
%description javadoc Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This package contains the %{summary}. This package contains the %{summary}.
%prep %prep
@ -35,9 +37,9 @@ This package contains the %{summary}.
%files -f .mfiles %files -f .mfiles
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%files javadoc -f .mfiles-javadoc %files help -f .mfiles-javadoc
%doc LICENSE.txt NOTICE.txt %doc LICENSE.txt NOTICE.txt
%changelog %changelog
* Tue Aug 4 2020 yanan li <liyanan032@huawei.com> - 2.1-1 * Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 2.1-1
- Package init - package init