package init
This commit is contained in:
parent
5e9ee208ee
commit
7858423e7a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user