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 1.4-4 +- Added depmap entry to find commons-pool.jar + * Wed Oct 27 2010 Chris Spike 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 @@ naming-common + + + commons-pool + commons-pool + + + JPP + commons-pool + + \ No newline at end of file