- Remove about.html from files list on ppc (will fix later)

This commit is contained in:
Andrew Overholt 2008-07-30 11:41:40 +00:00
parent a872708a6d
commit 9aec0f841f

View File

@ -1241,7 +1241,9 @@ fi
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info #%{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
%{_libdir}/%{name}/notice.html %{_libdir}/%{name}/notice.html
%{_libdir}/%{name}/epl-v10.html %{_libdir}/%{name}/epl-v10.html
%ifnarch ppc
%{_libdir}/%{name}/about.html %{_libdir}/%{name}/about.html
%endif
%ifarch x86_64 %ifarch x86_64
%{_libdir}/%{name}/about_files %{_libdir}/%{name}/about_files
%endif %endif
@ -1447,6 +1449,7 @@ fi
- Fold pde-runtime into pde - Fold pde-runtime into pde
- Add patch to add root files for non-upstream arches - Add patch to add root files for non-upstream arches
- Fix building of fragments for non-upstream arches - Fix building of fragments for non-upstream arches
- Remove about.html from files list on ppc (will fix later)
* Fri Jul 25 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-10 * Fri Jul 25 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-10
- Add ability for pdebuild (-o) to work with Orbit-style dependencies - Add ability for pdebuild (-o) to work with Orbit-style dependencies