diff --git a/kawa.spec b/kawa.spec index de01d57..50a6837 100644 --- a/kawa.spec +++ b/kawa.spec @@ -5,7 +5,7 @@ Version: 1.8 %define nversion 1.8 %define dversion 1.8 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Development/Languages URL: http://www.gnu.org/software/kawa/ @@ -18,6 +18,7 @@ BuildRequires: groff BuildRequires: readline-devel BuildRequires: ant >= 1.6 BuildRequires: ncurses-devel +BuildRequires: antlr BuildRequires: servletapi5 Requires: servletapi5 BuildRequires: java-gcj-compat-devel >= 1.0.31 @@ -43,7 +44,7 @@ Group: Development/Documentation %build ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --enable-kawa-frontend -export CLASSPATH=$(build-classpath servletapi5) +export CLASSPATH=$(build-classpath servletapi5 antlr) ant # Override the Makefile for generating kawa.1, since it should be @@ -86,8 +87,11 @@ fi %doc %{_javadocdir}/%{name} %changelog +* Thu Oct 05 2006 Anthony Green - 1:1.8-11 +- Add antlr to classpath for gjdoc. + * Thu Oct 05 2006 Christian Iseli 1.8-10 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Mon Sep 18 2006 Anthony Green - 1:1.8-9 - Fix release tag.