rpms/eclipse-changelog/devel eclipse-changelog.spec,1.54,1.55

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 6 20:25:35 UTC 2006


Author: overholt

Update of /cvs/dist/rpms/eclipse-changelog/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26789

Modified Files:
	eclipse-changelog.spec 
Log Message:
* Mon Nov 06 2006 Andrew Overholt <overholt at redhat.com> 2.3.3-2
- Use copy-platform in %%{_libdir}.



Index: eclipse-changelog.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-changelog/devel/eclipse-changelog.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- eclipse-changelog.spec	13 Oct 2006 18:42:12 -0000	1.54
+++ eclipse-changelog.spec	6 Nov 2006 20:25:33 -0000	1.55
@@ -13,7 +13,7 @@
 
 Name:           eclipse-changelog
 Version:        2.3.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Eclipse ChangeLog plug-in
 
 Group:          Text Editors/Integrated Development Environments (IDE)
@@ -55,17 +55,16 @@
 
 %build
 # See comments in the script to understand this.
-/bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} cdt
+/bin/sh -x %{_libdir}/eclipse/buildscripts/copy-platform SDK %{eclipse_base} cdt
 SDK=$(cd SDK > /dev/null && pwd)
 
 # Eclipse may try to write to the home directory.
 mkdir home
 homedir=$(cd home > /dev/null && pwd)
 
-# build the main phpeclips feature
-java -cp %{eclipse_base}/startup.jar                   \
+# build the main ChangeLog feature
+eclipse \
      -Duser.home=$homedir                              \
-     org.eclipse.core.launcher.Main                    \
      -application org.eclipse.ant.core.antRunner       \
      -Dtype=feature                                    \
      -Did=com.redhat.eclipse.changelog 		       \
@@ -100,6 +99,9 @@
 %endif
 
 %changelog
+* Mon Nov 06 2006 Andrew Overholt <overholt at redhat.com> 2.3.3-2
+- Use copy-platform in %%{_libdir}.
+
 * Fri Oct 13 2006 Kyu Lee <klee at redhat.com> 2.3.3-1
 - Imported new version 2.3.3 with enhanced prepare 
 changelog feature and bug fixes.




More information about the fedora-cvs-commits mailing list