rpms/eclipse-gef/devel eclipse-gef.spec,1.5,1.6

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Thu Jun 14 14:30:58 UTC 2007


Author: overholt

Update of /cvs/extras/rpms/eclipse-gef/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9059

Modified Files:
	eclipse-gef.spec 
Log Message:
* Thu Jun 14 2007 Andrew Overholt <overholt at redhat.com> 3.2.1-5
- Add EPEL5 patches from Rob Myers.



Index: eclipse-gef.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-gef/devel/eclipse-gef.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eclipse-gef.spec	30 Jan 2007 20:06:10 -0000	1.5
+++ eclipse-gef.spec	14 Jun 2007 14:30:23 -0000	1.6
@@ -16,7 +16,7 @@
 Summary:        Graphical Editor Framework (GEF) plugin for Eclipse
 Name:           %{eclipse_name}-gef
 Version:        %{majmin}.%{micro}
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        Eclipse Public License
 Group:          System Environment/Libraries
 URL:            http://www.eclipse.org/gef/
@@ -137,7 +137,11 @@
 
 %build
 # See comments in the script to understand this.
+%if 0%{?rhel} == 5
+/bin/sh -x %{eclipse_lib_base}/buildscripts/copy-platform SDK %{eclipse_base}
+%else
 /bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base}
+%endif
 SDK=$(cd SDK > /dev/null && pwd)
 
 mkdir home
@@ -246,6 +250,9 @@
 %endif
 
 %changelog
+* Thu Jun 14 2007 Andrew Overholt <overholt at redhat.com> 3.2.1-5
+- Add EPEL5 patches from Rob Myers.
+
 * Tue Jan 30 2007 Andrew Overholt <overholt at redhat.com> 3.2.1-4
 - Use copy-platform in %%{eclipse_base}.
 




More information about the fedora-extras-commits mailing list