SPECS: eclipse.spec - start playing with 3.2; 3.1 is on ECLIPSE_3_...

arekm arekm at pld-linux.org
Fri Apr 21 20:45:47 CEST 2006


Author: arekm                        Date: Fri Apr 21 18:45:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- start playing with 3.2; 3.1 is on ECLIPSE_3_1 branch

---- Files affected:
SPECS:
   eclipse.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/eclipse.spec
diff -u SPECS/eclipse.spec:1.54 SPECS/eclipse.spec:1.55
--- SPECS/eclipse.spec:1.54	Mon Apr  3 17:02:07 2006
+++ SPECS/eclipse.spec	Fri Apr 21 20:45:42 2006
@@ -6,20 +6,21 @@
 #			  This will make building such things like Azureus possible without having
 #			  whole Eclipse suite installed.
 #
-%define		_buildid	200601181600
-%define		_ver_major	3.1.2
+%define		_buildid	200604191640
+%define		_ver_major	3.2
+%define		_ver_rc		RC1a
 %define		_ver_minor	1
 #
 Summary:	Eclipse - an open extensible IDE
 Summary(pl):	Eclipse - otwarte, rozszerzalne środowisko programistyczne
 Name:		eclipse
 Version:	%{_ver_major}
-#Release:	0.%{_mver}_%{_buildid}.1
-Release:	1
+Release:	0.%{_ver_rc}_%{_buildid}.1
+#Release:	1
 License:	EPL v1.0
 Group:		Development/Tools
-Source0:	http://download.eclipse.org/eclipse/downloads/drops/R-%{_ver_major}-%{_buildid}/%{name}-sourceBuild-srcIncluded-%{_ver_major}.zip
-# Source0-md5:	f2c8066151de14c5ccdf420266ce9f39
+Source0:	http://download.eclipse.org/eclipse/downloads/drops/S-%{_ver_major}%{_ver_rc}-%{_buildid}/%{name}-sourceBuild-srcIncluded-%{_ver_major}%{_ver_rc}.zip
+# Source0-md5:	ce7957ba841223b7ad6e2f4623086d95
 Source1:	%{name}.desktop
 Patch0:		%{name}-core_resources-makefile.patch
 Patch1:		%{name}-jikesbuild.patch
@@ -51,19 +52,19 @@
 %prep
 %setup -q -c
 %patch0 -p0
-%patch1 -p1
+#%patch1 -p1
 
 %build
 export JAVA_HOME=%{_libdir}/java
 
-./build -os linux -ws gtk -arch %{_eclipse_arch} -target compile
+./build -os linux -ws gtk -arch %{_eclipse_arch} -target compile -java5home %{_libdir}/java
 
 export JAVA_INC="-I$JAVA_HOME/include -I$JAVA_HOME/include/linux"
 
-%{__make} -C plugins/org.eclipse.core.resources.linux/src \
+%{__make} -C plugins/org.eclipse.core.filesystem/natives/unix/linux/ \
     CFLAGS="%{rpmcflags} $JAVA_INC" \
     LDFLAGS="%{rpmldflags}"
-mv plugins/org.eclipse.core.resources.linux/{src/libcore*.so,os/linux/%{_eclipse_arch}}
+mv plugins/org.eclipse.core.filesystem/natives/unix/linux/{src/libcore*.so,os/linux/%{_eclipse_arch}}
 
 cd plugins/org.eclipse.update.core.linux/src
 %{__cc} %{rpmcflags} -fPIC %{rpmldflags} -I. $JAVA_INC update.c -o libupdate.so -shared
@@ -223,6 +224,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2006/04/21 18:45:42  arekm
+- start playing with 3.2; 3.1 is on ECLIPSE_3_1 branch
+
 Revision 1.54  2006/04/03 15:02:07  glen
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eclipse.spec?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list