rpms/eclipse-gef/FC-6 eclipse-gef.spec,1.3,1.4

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Tue Jan 30 20:08:06 UTC 2007


Author: overholt

Update of /cvs/extras/rpms/eclipse-gef/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18931

Modified Files:
	eclipse-gef.spec 
Log Message:
* Tue Jan 30 2007 Andrew Overholt <overholt at redhat.com> 3.2.1-4
- Use copy-platform in %%{eclipse_base}.

* Mon Nov 06 2006 Andrew Overholt <overholt at redhat.com> 3.2.1-3
- Use copy-platform in %%{_libdir}.
- Use binary launcher rather than startup.jar to guard against future
  osgi.sharedConfiguration.area changes.



Index: eclipse-gef.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-gef/FC-6/eclipse-gef.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eclipse-gef.spec	19 Oct 2006 20:34:09 -0000	1.3
+++ eclipse-gef.spec	30 Jan 2007 20:07:36 -0000	1.4
@@ -16,7 +16,7 @@
 Summary:        Graphical Editor Framework (GEF) plugin for Eclipse
 Name:           %{eclipse_name}-gef
 Version:        %{majmin}.%{micro}
-Release:        2%{?dist}
+Release:        4%{?dist}
 License:        Eclipse Public License
 Group:          System Environment/Libraries
 URL:            http://www.eclipse.org/gef/
@@ -156,9 +156,7 @@
 #                      put the plugins that have just been built
 # -DskipFetch=true: don't fetch the sources 
 # -DbaseExists=true: don't download the SDK, we want to use the one in $SDK
-java -cp $SDK/startup.jar                       \
-    -Duser.home=$homedir                        \
-     org.eclipse.core.launcher.Main             \
+eclipse \
     -application org.eclipse.ant.core.antRunner \
     -Dcomponent=sdk                             \
     -DjavacFailOnError=true                     \
@@ -169,9 +167,7 @@
     -DbaseExists=true
 
 # build the examples
-java -cp $SDK/startup.jar                       \
-    -Duser.home=$homedir                        \
-     org.eclipse.core.launcher.Main             \
+eclipse \
     -application org.eclipse.ant.core.antRunner \
     -Dcomponent=examples                        \
     -DjavacFailOnError=true                     \
@@ -250,6 +246,14 @@
 %endif
 
 %changelog
+* Tue Jan 30 2007 Andrew Overholt <overholt at redhat.com> 3.2.1-4
+- Use copy-platform in %%{eclipse_base}.
+
+* Mon Nov 06 2006 Andrew Overholt <overholt at redhat.com> 3.2.1-3
+- Use copy-platform in %%{_libdir}.
+- Use binary launcher rather than startup.jar to guard against future
+  osgi.sharedConfiguration.area changes.
+
 * Thu Oct 19 2006 Andrew Overholt <overholt at redhat.com> 3.2.1-2
 - Fix buildroot (don't know how the wrong one slipped in).
 




More information about the scm-commits mailing list