package init

This commit is contained in:
lyn1001 2020-08-24 14:51:13 +08:00
parent 5e9ee208ee
commit 7858423e7a

View File

@ -13,9 +13,11 @@ BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
JOpt Simple is a Java library for parsing command line options, such as those
you might pass to an invocation of javac.
%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 the API documentation for %{name}.
%prep
@ -36,9 +38,9 @@ This package contains the API documentation for %{name}.
%files -f .mfiles
%license LICENSE.txt
%files javadoc -f .mfiles-javadoc
%files help -f .mfiles-javadoc
%license LICENSE.txt
%changelog
* Sat Aug 1 2020 yanan li <liyanan032@huawei.com> - 5.0.4-1
- Package init
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 5.0.4-1
- package init