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

- Fix grammar problems in descriptions.

OBS-URL: https://build.opensuse.org/request/show/523416
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmldb-api?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2017-09-12 08:07:22 +00:00 committed by Git OBS Bridge
parent d2a8dcbbd1
commit db28d44fde
2 changed files with 20 additions and 15 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 11 20:09:31 UTC 2017 - jengelh@inai.de
- Fix grammar problems in descriptions.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 11 17:03:15 UTC 2017 - fstrba@suse.com Mon Sep 11 17:03:15 UTC 2017 - fstrba@suse.com

View File

@ -39,9 +39,9 @@ BuildArch: noarch
%description %description
The API interfaces are what driver developers must implement when The API interfaces are what driver developers must implement when
creating a new driver and are the interfaces that applications are creating a new driver, and are the interfaces that applications are
developed against. Along with the interfaces a concrete DriverManager developed against. Along with the interfaces, a concrete DriverManager
implementation is also provides. implementation is also provided.
%package sdk %package sdk
Summary: SDK for XML:DB API Summary: SDK for XML:DB API
@ -51,17 +51,17 @@ Requires: %{name} = %{version}
%description sdk %description sdk
The reference implementation provides a very simple file system based The reference implementation provides a very simple file system based
implementation of the XML:DB API. This provides what is basically a implementation of the XML:DB API. This provides what is basically a
very simple native XML database that uses directories to represent native XML database that uses directories to represent
collections and just stores the XML in files. collections, and just stores the XML in files.
The driver development kit provides a set of base classes that can be The driver development kit provides a set of base classes that can be
extended to simplify and speed the development of XML:DB API drivers. extended to simplify and speed the development of XML:DB API drivers.
These classes are used to provide the basis for the reference These classes are used to provide the basis for the reference
implementation and therefore a simple example of how a driver can be implementation, and therefore a simple example of how a driver can be
implemented. Using the SDK classes significantly reduces the amount of implemented. Using the SDK classes significantly reduces the amount of
code that must be written to create a new driver. code that must be written to create a new driver.
Along with the SDK base classes the SDK also contains a set of jUnit Along with the SDK base classes, the SDK also contains a set of jUnit
test cases that can be used to help validate the driver while it is test cases that can be used to help validate the driver while it is
being developed. The test cases are still in development but there are being developed. The test cases are still in development but there are
enough tests currently to be useful. enough tests currently to be useful.
@ -73,19 +73,19 @@ Requires: %{name} = %{version}
%description -n xmldb-common %description -n xmldb-common
The API interfaces are what driver developers must implement when The API interfaces are what driver developers must implement when
creating a new driver and are the interfaces that applications are creating a new driver, and are the interfaces that applications are
developed against. Along with the interfaces a concrete DriverManager developed against. Along with the interfaces, a concrete DriverManager
implementation is also provides. implementation is also provided.
%package javadoc %package javadoc
Summary: XML:DB API for Java Summary: Documentation for XML:DB API for Java
Group: Development/Libraries/Java Group: Documentation/HTML
%description javadoc %description javadoc
The API interfaces are what driver developers must implement when The API interfaces are what driver developers must implement when
creating a new driver and are the interfaces that applications are creating a new driver, and are the interfaces that applications are
developed against. Along with the interfaces a concrete DriverManager developed against. Along with the interfaces, a concrete DriverManager
implementation is also provides. implementation is also provided.
%prep %prep
%setup -q -n xapi %setup -q -n xapi