rpms/eclipse-cdt/F-12 eclipse-cdt.spec,1.141,1.142

Jeff Johnston jjohnstn at fedoraproject.org
Tue Jan 5 22:49:53 UTC 2010


Author: jjohnstn

Update of /cvs/pkgs/rpms/eclipse-cdt/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10428

Modified Files:
	eclipse-cdt.spec 
Log Message:

* Tue Jan 05 2010 Jeff Johnston  <jjohnstn at redhat.com> 1:6.0.1-8
- Fix ppc64 prep logic.





Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/F-12/eclipse-cdt.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -p -r1.141 -r1.142
--- eclipse-cdt.spec	5 Jan 2010 21:27:20 -0000	1.141
+++ eclipse-cdt.spec	5 Jan 2010 22:49:53 -0000	1.142
@@ -22,7 +22,7 @@ Epoch: 1
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        7%{?dist}
+Release:        8%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -275,8 +275,9 @@ mv org.eclipse.cdt.releng/results/plugin
 
 %ifarch ppc64
 pushd org.eclipse.cdt.releng/results/plugins
-echo "fragmentName.linux.%{eclipse_arch} = C/C++ Development Tools Core for Linux (%{eclipse_arch})" \
-  >> org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/plugin.properties
+sed -i '/fragmentName.linux.ppc/ a fragmentName.linux.%{eclipse_arch} = C/C++ Development Tools Core for Linux (%{eclipse_arch})' org.eclipse.cdt.core/plugin.properties
+#echo "fragmentName.linux.%{eclipse_arch} = C/C++ Development Tools Core for Linux (%{eclipse_arch})" \
+#  >> org.eclipse.cdt.core/plugin.properties
 cp -rp org.eclipse.cdt.core.linux.{x86,%{eclipse_arch}}
 cd org.eclipse.cdt.core.linux.%{eclipse_arch}
 sed -i "s/x86/%{eclipse_arch}/" META-INF/MANIFEST.MF
@@ -621,6 +622,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Tue Jan 05 2010 Jeff Johnston  <jjohnstn at redhat.com> 1:6.0.1-8
+- Fix ppc64 prep logic.
+
 * Tue Jan 05 2010 Jeff Johnston  <jjohnstn at redhat.com> 1:6.0.1-7
 - Add missing ppc64 patches to repository.
 




More information about the fedora-extras-commits mailing list