update spec file with mozilla stuff

This commit is contained in:
Ben Konrath 2005-04-18 13:44:48 +00:00
parent 0b073c23f4
commit 434772094c
1 changed files with 7 additions and 4 deletions

View File

@ -22,7 +22,7 @@ ExclusiveArch: i386 x86_64 ppc
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
Release: 0.M6.4
Release: 0.M6.5
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -88,9 +88,9 @@ BuildRequires: jpackage-utils >= 0:1.5, make, gcc
BuildRequires: gnome-vfs2-devel
BuildRequires: gtk2-devel
BuildRequires: glib2-devel
BuildRequires: mozilla >= 1.7.6
BuildRequires: mozilla-devel >= 1.7.6
BuildRequires: mozilla-nspr-devel >= 1.7.6
BuildRequires: mozilla >= 1.7.7
BuildRequires: mozilla-devel >= 1.7.7
BuildRequires: mozilla-nspr-devel >= 1.7.7
BuildRequires: xorg-x11-devel
BuildRequires: gcc-java >= 4.0.0-0.35
BuildRequires: java-1.4.2-gcj-compat-devel >= 1.4.2.0-40jpp_14rh
@ -987,6 +987,9 @@ rebuild-gcj-db %{_libdir}
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
%changelog
* Sun Apr 18 2005 Ben Konrath <bkonrath@redhat.com> 3.1.0_fc-0.M6.5
- Update mozilla patch
* Sat Apr 16 2005 Ben Konrath <bkonrath@redhat.com> 3.1.0_fc-0.M6.4
- Update to 3.1M6.
- Change bootstrap procedure to match the upstream method.