rpms/jsch/devel jsch.spec,1.20,1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 3 05:17:18 UTC 2007


Author: bkonrath

Update of /cvs/dist/rpms/jsch/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15425

Modified Files:
	jsch.spec 
Log Message:
- Disable aot-compile-rpm on ia64.



Index: jsch.spec
===================================================================
RCS file: /cvs/dist/rpms/jsch/devel/jsch.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- jsch.spec	3 Apr 2007 04:21:39 -0000	1.20
+++ jsch.spec	3 Apr 2007 05:17:16 -0000	1.21
@@ -120,7 +120,10 @@
 ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name} # ghost symlink
 
 %if %{gcj_support}
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234989
+%ifnarch ia64
   aot-compile-rpm
+%endif 
 %endif
 
 
@@ -158,8 +161,10 @@
 %{_javadir}/*.jar
 %doc LICENSE.txt
 %if %{gcj_support}
+%ifnarch ia64
 %attr(-,root,root) %{_libdir}/gcj/%{name}
 %endif
+%endif
 
 %files javadoc
 %defattr(-,root,root,-)
@@ -175,6 +180,7 @@
 %changelog
 * Tue Apr 3 2007 Ben Konrath <bkonrath at redhat.com> - 0:0.1.28-1jpp.6
 - Add OSGi Manifest to jar.
+- Disable aot-compile-rpm on ia64. 
 
 * Thu Aug 10 2006 Deepak Bhole <dbhole at redhat.com> - 0:0.1.28-1jpp.5
 - Updated changelog entries in spec.




More information about the fedora-cvs-commits mailing list