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
|
JOpt Simple is a Java library for parsing command line options, such as those
|
||||||
you might pass to an invocation of javac.
|
you might pass to an invocation of javac.
|
||||||
|
|
||||||
%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
|
||||||
@ -36,9 +38,9 @@ This package contains the API documentation for %{name}.
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Aug 1 2020 yanan li <liyanan032@huawei.com> - 5.0.4-1
|
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 5.0.4-1
|
||||||
- Package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user