[stringtemplate] Add missing dep on antlr-tool (#904979)

konradm konradm at fedoraproject.org
Sat Feb 2 05:53:41 UTC 2013


commit 00002e3ed07560deda0795eb7ed38ee6d7ccee4b
Author: Conrad Meyer <cse.cem at gmail.com>
Date:   Fri Feb 1 21:53:35 2013 -0800

    Add missing dep on antlr-tool (#904979)

 stringtemplate.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/stringtemplate.spec b/stringtemplate.spec
index c204cae..fba5e03 100644
--- a/stringtemplate.spec
+++ b/stringtemplate.spec
@@ -1,7 +1,7 @@
 Summary: A Java template engine
 Name: stringtemplate
 Version: 3.2.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://www.stringtemplate.org/
 Source0: http://www.stringtemplate.org/download/stringtemplate-%{version}.tar.gz
 # Build jUnit tests + make the antlr2 generated code before preparing sources
@@ -17,6 +17,7 @@ BuildRequires: java-devel >= 1:1.6.0
 BuildRequires: jpackage-utils
 Requires: java >= 1:1.6.0
 Requires: jpackage-utils
+Requires: antlr-tool
 
 %description
 StringTemplate is a java template engine (with ports for 
@@ -76,6 +77,9 @@ ant test
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Feb 1 2013 Conrad Meyer <konrad at tylerc.org> - 3.2.1-5
+- Add missing dep on antlr-tool (#904979)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list