rpms/ecj/devel ecj-generatedebuginfo.patch, NONE, 1.1 ecj.spec, 1.3, 1.4

Deepak Bhole dbhole at fedoraproject.org
Wed Mar 11 17:33:08 UTC 2009


Author: dbhole

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

Modified Files:
	ecj.spec 
Added Files:
	ecj-generatedebuginfo.patch 
Log Message:

Add patch to generate full debuginfo for ecj itself



ecj-generatedebuginfo.patch:

--- NEW FILE ecj-generatedebuginfo.patch ---
diff -up ./build.xml.sav ./build.xml
--- ./build.xml.sav	2009-03-11 13:30:38.000000000 -0400
+++ ./build.xml	2009-03-11 13:30:34.000000000 -0400
@@ -10,7 +10,7 @@
 		<mkdir dir="${output}" />
 
 		<javac srcdir="${basedir}" destdir="${output}"
-				debuglevel="lines,source"
+				debug="yes"
 				source="1.3"
 				target="1.2"
 			excludes="org/eclipse/jdt/internal/compiler/tool/*,**/apt/**">
@@ -18,7 +18,7 @@
 		</javac>
 
 		<javac destdir="${output}"
-				debuglevel="lines,source"
+				debug="yes"
 				source="1.6"
 				target="1.6"
 				includes="org/eclipse/jdt/internal/compiler/tool/*">


Index: ecj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ecj/devel/ecj.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ecj.spec	10 Mar 2009 19:13:24 -0000	1.3
+++ ecj.spec	11 Mar 2009 17:32:38 -0000	1.4
@@ -8,7 +8,7 @@
 Summary: Eclipse Compiler for Java
 Name: ecj
 Version: 3.4.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.eclipse.org
 License: EPL
 Group: Development/Languages
@@ -24,6 +24,7 @@
 # Always generate debug info when building RPMs (Andrew Haley)
 Patch0: %{name}-rpmdebuginfo.patch
 Patch1: %{name}-defaultto1.5.patch
+Patch2: %{name}-generatedebuginfo.patch
 
 BuildRequires: gcc-java >= 4.0.0
 BuildRequires: /usr/bin/aot-compile-rpm
@@ -48,6 +49,7 @@
 %setup -q -c
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # Use ECJ for GCJ's bytecode compiler
 tar jxf %{SOURCE2}
@@ -119,6 +121,9 @@
 %{_libdir}/gcj/%{name}
 
 %changelog
+* Wed Mar 11 2009 Deepak Bhole <dbhole at redhat.com> 1:3.4.2-4
+- Add patch to generate full debuginfo for ecj itself
+
 * Tue Mar 10 2009 Deepak Bhole <dbhole at redhat.com> 1:3.4.2-3
 - Add BR for aot-compile-rpm
 




More information about the fedora-extras-commits mailing list