diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index f0ada18..f3baca8 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -18,7 +18,7 @@ Epoch: 1 Summary: Eclipse C/C++ Development Tools (CDT) plugin Name: eclipse-cdt Version: %{majmin}.%{micro} -Release: 4%{?dist} +Release: 4.1%{?dist} License: Eclipse Public License / CPL Group: Development/Tools URL: http://www.eclipse.org/cdt @@ -178,7 +178,11 @@ export JAVA_HOME=%{java_home} export PATH=%{java_bin}:/usr/bin:$PATH # See comments in the script to understand this. +%if 0%{?rhel} == 5 +/bin/sh -x %{_libdir}/eclipse/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) # Eclipse may try to write to the home directory. @@ -318,9 +322,13 @@ rm -rf ${RPM_BUILD_ROOT} %doc %{eclipse_base}/features/org.eclipse.cdt.sdk_*/epl-v10.html %changelog +* Fri Jun 22 2007 Jeff Johnston 3.1.2-4.1 +- Fix typo in spec file. +- Add EPEL support. + * Tue May 01 2007 Jeff Johnston 3.1.2-4 - Add patch to fix backwards text entry in new configure files. -- Resovles: #238493 +- Resolves: #238493 * Mon Apr 16 2007 Jeff Johnston 3.1.2-3 - Add missing gif to org.eclipse.cdt.make.ui.