- Disable aot-compile-rpm on ia64.
This commit is contained in:
parent
5f3dce2335
commit
e529feecd5
@ -120,8 +120,11 @@ cp -pr examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
|
|||||||
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name} # ghost symlink
|
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name} # ghost symlink
|
||||||
|
|
||||||
%if %{gcj_support}
|
%if %{gcj_support}
|
||||||
|
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234989
|
||||||
|
%ifnarch ia64
|
||||||
aot-compile-rpm
|
aot-compile-rpm
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -158,8 +161,10 @@ fi
|
|||||||
%{_javadir}/*.jar
|
%{_javadir}/*.jar
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
%if %{gcj_support}
|
%if %{gcj_support}
|
||||||
|
%ifnarch ia64
|
||||||
%attr(-,root,root) %{_libdir}/gcj/%{name}
|
%attr(-,root,root) %{_libdir}/gcj/%{name}
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -175,6 +180,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 3 2007 Ben Konrath <bkonrath@redhat.com> - 0:0.1.28-1jpp.6
|
* Tue Apr 3 2007 Ben Konrath <bkonrath@redhat.com> - 0:0.1.28-1jpp.6
|
||||||
- Add OSGi Manifest to jar.
|
- Add OSGi Manifest to jar.
|
||||||
|
- Disable aot-compile-rpm on ia64.
|
||||||
|
|
||||||
* Thu Aug 10 2006 Deepak Bhole <dbhole@redhat.com> - 0:0.1.28-1jpp.5
|
* Thu Aug 10 2006 Deepak Bhole <dbhole@redhat.com> - 0:0.1.28-1jpp.5
|
||||||
- Updated changelog entries in spec.
|
- Updated changelog entries in spec.
|
||||||
|
Loading…
Reference in New Issue
Block a user