rpms/kawa/devel kawa.spec,1.13,1.14

Anthony Green (green) fedora-extras-commits at redhat.com
Thu Oct 5 17:53:08 UTC 2006


Author: green

Update of /cvs/extras/rpms/kawa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18805

Modified Files:
	kawa.spec 
Log Message:
Revision -11.  Add antlr to classpath for build.



Index: kawa.spec
===================================================================
RCS file: /cvs/extras/rpms/kawa/devel/kawa.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kawa.spec	4 Oct 2006 22:51:20 -0000	1.13
+++ kawa.spec	5 Oct 2006 17:53:08 -0000	1.14
@@ -5,7 +5,7 @@
 %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:    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 @@
 
 %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 @@
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Thu Oct 05 2006 Anthony Green <green at redhat.com> - 1:1.8-11
+- Add antlr to classpath for gjdoc.
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 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 <green at redhat.com> - 1:1.8-9
 - Fix release tag.




More information about the scm-commits mailing list