rpms/eclipse/devel eclipse.spec,1.529,1.530

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Jun 20 21:55:29 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15207

Modified Files:
	eclipse.spec 
Log Message:
update sparc handling 



Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -r1.529 -r1.530
--- eclipse.spec	14 May 2008 18:23:16 -0000	1.529
+++ eclipse.spec	20 Jun 2008 21:54:45 -0000	1.530
@@ -20,7 +20,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        12%{?dist} 
+Release:        13%{?dist} 
 License:        Eclipse Public License
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -571,7 +571,7 @@
 sed --in-place "s/ppc64/x86_64/g" features/org.eclipse.platform.source/build.xml
 # Move all of the ia64 directories and files to ppc64 or sparc{,64} or alpha dirs and replace 
 # the ia64 strings with ppc64 etc.
-%ifarch ppc64 sparc sparc64 alpha
+%ifarch ppc64 sparc sparcv9 sparc64 alpha
   for f in $(find -name \*ia64\* | grep -v motif | grep -v ia64_32); do
     tofile=$(echo $f | sed "s/ia64/%{_arch}/")
     mv $f $tofile
@@ -588,7 +588,7 @@
   IFS=$OLDIFS
 %endif
 
-%ifarch ppc64 sparc sparc64 alpha ia64
+%ifarch ppc64 sparc sparcv9 sparc64 alpha ia64
 IFS='
 '
   # Copy over the fragments for these arches
@@ -627,15 +627,13 @@
   sed --in-place -e "$(expr $linenum - 2),$(expr $linenum + 1)d" assemble.org.eclipse.sdk.linux.gtk.%{eclipse_arch}.xml
 done
 
-# Build mozilla bindings against xulrunner
 pushd plugins/org.eclipse.swt
+# Build mozilla bindings against xulrunner
 mv "Eclipse SWT PI" Eclipse_SWT_PI
 %patch32
 mv Eclipse_SWT_PI "Eclipse SWT PI"
-popd
 
 # Create eclipse mozilla profile if it doesn't exist
-pushd plugins/org.eclipse.swt
 mv "Eclipse SWT Mozilla" Eclipse_SWT_Mozilla
 mv "Eclipse SWT" Eclipse_SWT
 %patch33
@@ -815,7 +813,7 @@
 # Explode the resulting SDK tarball
 tar -C $RPM_BUILD_ROOT%{_datadir} -zxf result/linux-gtk-%{eclipse_arch}-sdk.tar.gz
 cp eclipse/eclipse $RPM_BUILD_ROOT%{_datadir}/eclipse
-%ifarch ppc64 sparc sparc64 alpha ia64
+%ifarch ppc64 sparc sparcv9 sparc64 alpha ia64
 cp features/org.eclipse.platform/gtk/eclipse.ini $RPM_BUILD_ROOT%{_libdir}/eclipse
 %else
 mv $RPM_BUILD_ROOT%{_datadir}/eclipse/eclipse.ini \
@@ -1671,6 +1669,9 @@
 %endif
 
 %changelog
+* Sat Jun 14 2008 Dennis Gilmore <dennis at ausil.us> 3.3.2-13
+- make changes to support sparcv9 
+
 * Wed May 14 2008 Andrew Overholt <overholt at redhat.com> 3.3.2-12
 - Back-port patch for e.o#206432 (rh#446064).
 




More information about the fedora-extras-commits mailing list