[fedora-java] gjdoc regression?

Tom Tromey tromey at redhat.com
Thu Oct 5 18:07:07 UTC 2006


Mark> Talked to Stepan today who saw the same thing while building the
Mark> java-gnome packages. He said adding Build-Requires: antlr helped in his
Mark> case.

How about the appended?

I haven't pushed a package since before we switched over to
brew... maybe someone else could check this in and send it off.

Tom

Index: gjdoc.spec
===================================================================
RCS file: /cvs/dist/rpms/gjdoc/devel/gjdoc.spec,v
retrieving revision 1.44
diff -u -r1.44 gjdoc.spec
--- gjdoc.spec	1 Oct 2006 20:19:14 -0000	1.44
+++ gjdoc.spec	5 Oct 2006 18:12:49 -0000
@@ -2,7 +2,7 @@
 
 Name: gjdoc
 Version: 0.7.7
-Release: 10
+Release: 11
 URL: http://savannah.gnu.org/projects/classpath/
 License: GPL
 Summary: GNU Javadoc
@@ -17,6 +17,7 @@
 BuildPrereq: antlr
 BuildRequires: java-devel
 Requires: libgcj >= 4.0.0-8
+Requires: antlr
 
 %description
 A documentation generation system for "javadoc"-style comments.
@@ -65,6 +66,9 @@
 %endif
 
 %changelog
+* Thu Oct 05 2006 Tom Tromey <tromey at redhat.com> - 0.7.7-11
+- require antlr
+
 * Sun Oct 01 2006 Jesse Keating <jkeating at redhat.com> - 0.7.7-10
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-devel-java-list mailing list