forked from pool/beust-jcommander
Accepting request 672514 from home:jengelh:branches:Java:packages
- Avoid double shipping of documentation. - Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/672514 OBS-URL: https://build.opensuse.org/package/show/Java:packages/beust-jcommander?expand=0&rev=7
This commit is contained in:
parent
7076e3c661
commit
9102ab8186
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 7 16:28:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Avoid double shipping of documentation.
|
||||||
|
- Ensure neutrality of descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 6 12:25:36 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
Thu Dec 6 12:25:36 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -43,8 +43,8 @@ Provides: %{short_name} = %{version}-%{release}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JCommander is a very small Java framework that makes it trivial to
|
JCommander is a Java framework that allows parsing command line
|
||||||
parse command line parameters (with annotations).
|
parameters (with annotations).
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
@ -86,8 +86,6 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
|
|||||||
%doc notice.md README.markdown
|
%doc notice.md README.markdown
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%license license.txt
|
|
||||||
%doc notice.md
|
|
||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user