Add dependencies from pom

This commit is contained in:
mef 2010-02-13 22:01:34 +00:00
parent 755362513b
commit 22ca2d8857

View File

@ -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 <mefoster at gmail.com> 0:1.6.3-2
- Require all of the packages in the POM
- Add dist to version
* Fri Jan 15 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.6.3-1
- Update to 1.6.3
- Remove dependency on avalon-logkit