rpms/eclipse-cdt/F-7 eclipse-cdt.spec,1.76,1.77

Jeff Johnston (jjohnstn) fedora-extras-commits at redhat.com
Fri Jun 22 19:28:25 UTC 2007


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-cdt/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20803

Modified Files:
	eclipse-cdt.spec 
Log Message:

* Fri Jun 22 2007 Jeff Johnston <jjohnstn at redhat.com> 3.1.2-4.1
- Fix typo in spec file.
- Add EPEL support.





Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/F-7/eclipse-cdt.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- eclipse-cdt.spec	6 Jun 2007 18:15:22 -0000	1.76
+++ eclipse-cdt.spec	22 Jun 2007 19:27:50 -0000	1.77
@@ -18,7 +18,7 @@
 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 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 @@
 %doc %{eclipse_base}/features/org.eclipse.cdt.sdk_*/epl-v10.html
 
 %changelog
+* Fri Jun 22 2007 Jeff Johnston <jjohnstn at redhat.com> 3.1.2-4.1
+- Fix typo in spec file.
+- Add EPEL support.
+
 * Tue May 01 2007 Jeff Johnston <jjohnstn at redhat.com> 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 <jjohnstn at redhat.com> 3.1.2-3
 - Add missing gif to org.eclipse.cdt.make.ui.




More information about the fedora-extras-commits mailing list