- Change about_files to be i386 and x86_64 only (will patch file upstream).

This commit is contained in:
Andrew Overholt 2006-01-07 16:06:17 +00:00
parent f97a8eabc6
commit bc5718f49e

View File

@ -1116,7 +1116,7 @@ fi
%{_datadir}/%{name}/features/org.eclipse.rcp.source_3.* %{_datadir}/%{name}/features/org.eclipse.rcp.source_3.*
%files platform -f %{name}-platform.install %files platform -f %{name}-platform.install
%ifnarch ppc %ifarch %{ix86} x86_64
%{_datadir}/%{name}/about.html %{_datadir}/%{name}/about.html
%{_datadir}/%{name}/about_files %{_datadir}/%{name}/about_files
%endif %endif
@ -1268,6 +1268,7 @@ fi
- Update s390{,x} patches. - Update s390{,x} patches.
- Use natively-compiled ecj during build. - Use natively-compiled ecj during build.
- Attempt build on ia64. - Attempt build on ia64.
- Change about_files to be i386 and x86_64 only (will patch file upstream).
* Fri Dec 23 2005 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_14fc * Fri Dec 23 2005 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_14fc
- Rebuild again. - Rebuild again.