forked from pool/apache-commons-pool2
- Version update to 2.4.2 release from pool2:
* rename to latest 2.x pool series for dbcp and other packages OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-pool2?expand=0&rev=7
This commit is contained in:
parent
82c68fbc01
commit
1dd4cb4b7a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 11:24:32 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to 2.4.2 release from pool2:
|
||||||
|
* rename to latest 2.x pool series for dbcp and other packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 29 10:59:24 UTC 2016 - tchvatal@suse.com
|
Thu Sep 29 10:59:24 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -40,24 +40,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The goal of the Pool package is to create and maintain an object
|
The goal of the Pool 2.x package is to create and maintain an object
|
||||||
(instance) pooling package to be distributed under the ASF license. The
|
(instance) pooling package to be distributed under the ASF license. The
|
||||||
package supports a variety of pool implementations, but encourages
|
package supports a variety of pool implementations, but encourages
|
||||||
support of an interface that makes these implementations
|
support of an interface that makes these implementations
|
||||||
interchangeable.
|
interchangeable.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for jakarta-commons-pool
|
Summary: Javadoc for %{name}
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
The goal of Pool package it to create and maintain an object (instance)
|
The goal of Pool 2.x package it to create and maintain an object (instance)
|
||||||
pooling package to be distributed under the ASF license. The package
|
pooling package to be distributed under the ASF license. The package
|
||||||
should support a variety of pool implementations, but encourage support
|
should support a variety of pool implementations, but encourage support
|
||||||
of an interface that makes these implementations interchangeable.
|
of an interface that makes these implementations interchangeable.
|
||||||
|
|
||||||
This package contains the javadoc documentation for the Jakarta Commons
|
This package contains the javadoc documentation for the Apache Commons
|
||||||
Pool Package.
|
Pool 2.x Package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{short_name}-%{version}-src
|
%setup -q -n %{short_name}-%{version}-src
|
||||||
|
Loading…
Reference in New Issue
Block a user