[apache-commons-dbcp] Added depmap entry to find commons-pool.jar

spike spike at fedoraproject.org
Wed Oct 27 12:18:24 UTC 2010


commit efc113b33a24f1e97d1df9991139dee74b816e00
Author: spike <spike at fedoraproject.org>
Date:   Wed Oct 27 14:17:45 2010 +0200

    Added depmap entry to find commons-pool.jar

 apache-commons-dbcp.spec |    9 ++++++---
 commons-dbcp.depmap      |   10 ++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/apache-commons-dbcp.spec b/apache-commons-dbcp.spec
index c7aa838..adce9f5 100644
--- a/apache-commons-dbcp.spec
+++ b/apache-commons-dbcp.spec
@@ -3,15 +3,15 @@
 
 Name:             apache-%{short_name}
 Version:          1.4
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          Apache Commons DataBase Pooling Package
 Group:            Development/Libraries
 License:          ASL 2.0
 URL:              http://commons.apache.org/%{base_name}/
 Source0:          http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 
-# Depmap needed to remove tomcat* deps (needed only for testing), and fix 
-# geronimo transaction
+# Depmap needed to remove tomcat* deps (needed only for testing), fix 
+# geronimo transaction and find commons-pool.jar
 Source1:          %{short_name}.depmap
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:        noarch
@@ -128,6 +128,9 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Oct 27 2010 Chris Spike <chris.spike at arcor.de> 1.4-4
+- Added depmap entry to find commons-pool.jar
+
 * Wed Oct 27 2010 Chris Spike <chris.spike at arcor.de> 1.4-3
 - Added BR apache-commons-pool
 
diff --git a/commons-dbcp.depmap b/commons-dbcp.depmap
index b0cfbde..adcb4d8 100644
--- a/commons-dbcp.depmap
+++ b/commons-dbcp.depmap
@@ -17,4 +17,14 @@
             <artifactId>naming-common</artifactId>
         </maven>
     </dependency>
+    <dependency>
+        <maven>
+            <groupId>commons-pool</groupId>
+            <artifactId>commons-pool</artifactId>
+        </maven>
+        <jpp>
+            <groupId>JPP</groupId>
+            <artifactId>commons-pool</artifactId>
+        </jpp>
+    </dependency>
 </dependencies>
\ No newline at end of file


More information about the scm-commits mailing list