rpms/findbugs/devel findbugs.spec,1.2,1.3

Jerry James jjames at fedoraproject.org
Wed Mar 11 03:01:38 UTC 2009


Author: jjames

Update of /cvs/pkgs/rpms/findbugs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26452/devel

Modified Files:
	findbugs.spec 
Log Message:
* Tue Mar 10 2009 Jerry James <loganjerry at gmail.com> - 1.3.7-6
- Force building with OpenJDK; see GCJ note at the top of the spec file



Index: findbugs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/findbugs/devel/findbugs.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- findbugs.spec	11 Mar 2009 02:44:35 -0000	1.2
+++ findbugs.spec	11 Mar 2009 03:01:07 -0000	1.3
@@ -1,11 +1,11 @@
-# GCJ note: findbugs currenly cannot be compiled with GCJ.  There are several
+# GCJ note: findbugs currently cannot be compiled with GCJ.  There are several
 # problems, most of which could be fixed with a little effort.  However,
 # findbugs uses java.util.regex.Pattern.LITERAL, which is part of the Java 5
 # specification, but Classpath does not support it.  This is a fatal problem.
 
 Name:           findbugs
 Version:        1.3.7
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Find bugs in Java code
 
 Group:          Development/Languages
@@ -25,7 +25,7 @@
 BuildRequires:  ant-nodeps
 BuildRequires:  docbook-style-xsl
 BuildRequires:  jakarta-commons-lang
-BuildRequires:  java-devel
+BuildRequires:  java-1.6.0-openjdk-devel
 BuildRequires:  jaxen
 BuildRequires:  jcip-annotations
 BuildRequires:  jFormatString
@@ -37,7 +37,7 @@
 BuildRequires:  tex(latex)
 Requires:       findbugs-bcel
 Requires:       jakarta-commons-lang
-Requires:       java
+Requires:       java-1.6.0-openjdk
 Requires:       jaxen
 Requires:       jcip-annotations
 Requires:       jFormatString
@@ -182,6 +182,9 @@
 %{_javadir}/findbugs-tools*
 
 %changelog
+* Tue Mar 10 2009 Jerry James <loganjerry at gmail.com> - 1.3.7-6
+- Force building with OpenJDK; see GCJ note at the top of the spec file
+
 * Tue Mar 10 2009 Jerry James <loganjerry at gmail.com> - 1.3.7-5
 - Add missing ant-nodeps BR
 




More information about the fedora-extras-commits mailing list