From 22ca2d885708be356b1a22053a54948eded7589f Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 13 Feb 2010 22:01:34 +0000 Subject: [PATCH] Add dependencies from pom --- velocity.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/velocity.spec b/velocity.spec index 978cc3a..14f58a7 100644 --- a/velocity.spec +++ b/velocity.spec @@ -33,7 +33,7 @@ Name: velocity Version: 1.6.3 -Release: 1 +Release: 2%{?dist} Epoch: 0 Summary: Java-based template engine License: ASL 2.0 @@ -51,7 +51,10 @@ Requires: jakarta-commons-lang # Use servletapi5 instead of servletapi3 Requires: servletapi5 Requires: oro -Requires: werken-xpath +# We need a version of werken-xpath with a POM +Requires: werken-xpath >= 0.9.4-5.beta.12.3 +Requires: junit +Requires: hsqldb Requires: jdom >= 0:1.0-1 Requires: bcel Requires: log4j >= 0:1.1 @@ -221,6 +224,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name} %changelog +* Sat Feb 13 2010 Mary Ellen Foster 0:1.6.3-2 +- Require all of the packages in the POM +- Add dist to version + * Fri Jan 15 2010 Mary Ellen Foster 0:1.6.3-1 - Update to 1.6.3 - Remove dependency on avalon-logkit