- Update patch for offline javadoc linking.

- Rebuild with new gjdoc (indices generated at build time - yay! rh#157372,
    rh#161147).
This commit is contained in:
Andrew Overholt 2005-12-19 16:52:27 +00:00
parent 9465580068
commit b74001022b
1 changed files with 7 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 1jpp_10fc
Release: 1jpp_11fc
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -111,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
# Don't attempt to link to Sun's javadocs
Patch48: %{name}-javadoclinks.patch
%if %{gcj_support}
@ -1267,6 +1268,11 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.1
%changelog
* Mon Dec 19 2005 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_11fc
- Update patch for offline javadoc linking.
- Rebuild with new gjdoc (indices generated at build time - yay! rh#157372,
rh#161147).
* Tue Dec 13 2005 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_10fc
- Add patch for offline javadoc building/linking.