rpms/eclipse/F-9 eclipse.spec,1.529,1.530

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


Author: ausil

Update of /cvs/pkgs/rpms/eclipse/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15028

Modified Files:
	eclipse.spec 
Log Message:
we build sparc32 sparcv9 now



Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/F-9/eclipse.spec,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -r1.529 -r1.530
--- eclipse.spec	14 May 2008 19:01:49 -0000	1.529
+++ eclipse.spec	20 Jun 2008 21:49:20 -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
@@ -813,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 \
@@ -1669,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