rpms/eclipse/devel eclipse.spec,1.389,1.390

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 5 20:25:30 UTC 2007


Author: bkonrath

Update of /cvs/dist/rpms/eclipse/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24641

Modified Files:
	eclipse.spec 
Log Message:
- Disable com.jcraft.jsch_0.1.28.jar on ia64.


Index: eclipse.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -r1.389 -r1.390
--- eclipse.spec	3 Jan 2007 21:10:43 -0000	1.389
+++ eclipse.spec	5 Jan 2007 20:25:27 -0000	1.390
@@ -1303,7 +1303,12 @@
 # exclude org.eclipse.ui.ide to work around
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175547
 UIIDEPLUGINVERSION=$(ls plugins | grep ui.ide_ | sed 's/org.eclipse.ui.ide_//')
-aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION 
+%ifnarch ia64
+aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION
+%else
+aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION \
+                --exclude %{_datadir}/%{name}/plugins/com.jcraft.jsch_0.1.28.jar 
+%endif
 %endif
 
 %clean
@@ -1701,8 +1706,9 @@
 %{_libdir}/%{name}/plugins/org.eclipse.sdk_*
 
 %changelog
-* Wed Jan 03 2007 Ben Konrath <bkonrath at redhat.com> 3.2.1-27
+* Fri Jan 05 2007 Ben Konrath <bkonrath at redhat.com> 3.2.1-27
 - Use /g in tomcat version replacement. 
+- Disable com.jcraft.jsch_0.1.28.jar on ia64.
 
 * Tue Dec 19 2006 Ben Konrath <bkonrath at redhat.com> 3.2.1-26
 - Use sed instead of patch for tomcat version.




More information about the fedora-cvs-commits mailing list