[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/eclipse-pydev/devel .cvsignore, 1.3, 1.4 eclipse-pydev.spec, 1.7, 1.8 sources, 1.4, 1.5
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/eclipse-pydev/devel .cvsignore, 1.3, 1.4 eclipse-pydev.spec, 1.7, 1.8 sources, 1.4, 1.5
- Date: Tue, 12 Jul 2005 11:06:12 -0400
Author: jpound
Update of /cvs/dist/rpms/eclipse-pydev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv919
Modified Files:
.cvsignore eclipse-pydev.spec sources
Log Message:
Add debug info generation.
New tar ball with fixed javacDebugInfo flag in build.properties.
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/eclipse-pydev/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 26 Apr 2005 21:16:29 -0000 1.3
+++ .cvsignore 12 Jul 2005 15:06:10 -0000 1.4
@@ -1,2 +1 @@
-eclipse-pydev.tar.gz
eclipse-pydev-fetched-HEAD-0.9.3.tar.gz
Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eclipse-pydev.spec 5 Jul 2005 19:40:16 -0000 1.7
+++ eclipse-pydev.spec 12 Jul 2005 15:06:10 -0000 1.8
@@ -22,7 +22,7 @@
Summary: %{pkg_summary}
Name: %{eclipse_name}-pydev
Version: %{version_majmin}.%{version_micro}_fc
-Release: 8
+Release: 9
License: Common Public License v1.0 <http://www.eclipse.org/legal/cpl-v10.html>
Group: Text Editors/Integrated Development Environments (IDE)
#URL:
@@ -84,8 +84,7 @@
-DdontUnzip=true \
-DbaseLocation=$SDK \
-Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0/scripts \
- -DdontFetchAnything=true \
- -DarchivesFormat=linux,gtk,x86-tar
+ -DdontFetchAnything=true
%if %{gcj_support}
mkdir native
@@ -96,9 +95,9 @@
tar -zx -C native -f $file *.jar
cd native
%ifarch %{ix86} ppc
- find-and-aot-compile %{name}-native "-fPIC -fjni -O2"
+ find-and-aot-compile %{name}-native "-fPIC -fjni -O2 -g"
%else
- find-and-aot-compile %{name}-native "-fPIC -fjni -O1"
+ find-and-aot-compile %{name}-native "-fPIC -fjni -O1 -g"
%endif
mv %{name}-native.tar.gz ..
;;
@@ -174,6 +173,11 @@
%endif
%changelog
+* Fri Jul 08 2005 Jeff Pound <jpound redhat com> 0.9.3_fc-9
+- Fix eclipse build specification to be arch independant.
+- Fix build.properties javacDebugInfo flag (Robin Green bz#161534)
+- Add -g compile option (Robin Green bz#161534)
+
* Tue Jul 05 2005 Jeff Pound <jpound redhat com> 0.9.3_fc-8
- Apply Robin Greens patch to explicitly specify archive format (bz#162517)
- Fix spec file description.
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/eclipse-pydev/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 26 Apr 2005 23:09:30 -0000 1.4
+++ sources 12 Jul 2005 15:06:10 -0000 1.5
@@ -1 +1 @@
-7091fbd08b46c89d053a0b023319565a eclipse-pydev-fetched-HEAD-0.9.3.tar.gz
+82d262473b1c7e789938225e0304f00d eclipse-pydev-fetched-HEAD-0.9.3.tar.gz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]