- Add patch for offline javadoc building/linking.

This commit is contained in:
Andrew Overholt 2005-12-13 20:53:29 +00:00
parent 22125bc4d0
commit 858aba787a
1 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,6 @@ Source10: %{libname}-gtk2.install
Source11: %{name}-fedora-splash-3.1.1.png
Source16: %{name}-copy-platform.sh
Source17: %{name}-efj-wrapper.sh
# this zip was taken from the M6 source drop
Source19: %{name}-filenamepatterns.txt
Source20: ecj.sh.in
Source21: rebuild-sdk-features
@ -112,6 +111,7 @@ Patch46: %{name}-libswt-xpcomgcc4.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=79592
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168726
Patch47: %{name}-launcher-link.patch
Patch48: %{name}-offlinejavadoc.patch
%if %{gcj_support}
ExcludeArch: s390 s390x ia64 ppc64
@ -419,6 +419,7 @@ pushd features/org.eclipse.platform.launchers
%patch37 -p1
%patch47 -p1
popd
%patch48 -p0
%if %{gcj_support}
# Fedora splash screen.
@ -730,7 +731,6 @@ ln -sf %{_datadir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_%{e
popd
### end libswt-gtk2 symlinks
# Launching script
mkdir -p $RPM_BUILD_ROOT%{_bindir}
pushd $RPM_BUILD_ROOT%{_bindir}
ln -s %{_datadir}/%{name}/%{name}
@ -1267,6 +1267,9 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.1
%changelog
* Tue Dec 13 2005 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_10fc
- Add patch for offline javadoc building/linking.
* Mon Dec 12 2005 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_10fc
- Use ecj from 3.1.1 (rh#175380).
- Remove ecj options patch as it is in ecj from 3.1.1.