1
0

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:
Fridrich Strba 2019-02-07 20:35:12 +00:00 committed by Git OBS Bridge
parent 7076e3c661
commit 9102ab8186
2 changed files with 8 additions and 4 deletions

View File

@ -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>

View File

@ -43,8 +43,8 @@ Provides: %{short_name} = %{version}-%{release}
BuildArch: noarch
%description
JCommander is a very small Java framework that makes it trivial to
parse command line parameters (with annotations).
JCommander is a Java framework that allows parsing command line
parameters (with annotations).
%package javadoc
Summary: API documentation for %{name}
@ -86,8 +86,6 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
%doc notice.md README.markdown
%files javadoc
%license license.txt
%doc notice.md
%{_javadocdir}/%{name}
%changelog