Accepting request 664185 from home:jengelh:branches:Java:packages

- Use noun phrase in summary, and trim bias from descriptions.

OBS-URL: https://build.opensuse.org/request/show/664185
OBS-URL: https://build.opensuse.org/package/show/Java:packages/qdox?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal 2019-01-10 08:21:56 +00:00 committed by Git OBS Bridge
parent 134102db12
commit 2b4e24bf53
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 9 22:28:49 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary, and trim bias from descriptions.
-------------------------------------------------------------------
Tue Jan 1 12:48:23 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -21,7 +21,7 @@
Name: qdox
Version: %{verbase}.%{vertag}
Release: 0
Summary: Extract class/interface/method definitions from sources
Summary: Tool to extract class/interface/method definitions from sources
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://github.com/paul-hammant/qdox
@ -38,11 +38,9 @@ Requires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildArch: noarch
%description
QDox is a high speed, small footprint parser
for extracting class/interface/method definitions
from source files complete with JavaDoc @tags.
It is designed to be used by active code
generators or documentation tools.
QDox is a parser for extracting class/interface/method definitions
from source files complete with JavaDoc @tags. It is designed to be
used by active code generators or documentation tools.
%package javadoc
Summary: Javadoc for %{name}