- Bump mozilla requirement to match rawhide.

This commit is contained in:
Andrew Overholt 2006-05-15 19:16:15 +00:00
parent 3c57be54ed
commit 287601a833
1 changed files with 8 additions and 3 deletions

View File

@ -27,7 +27,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 1jpp_13fc
Release: 1jpp_14fc
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -136,8 +136,8 @@ BuildRequires: glib2-devel
BuildRequires: libgnome-devel
BuildRequires: libgnomeui-devel
BuildRequires: gcc-c++
BuildRequires: mozilla = 37:1.7.12
BuildRequires: mozilla-devel = 37:1.7.12
BuildRequires: mozilla = 37:1.7.13
BuildRequires: mozilla-devel = 37:1.7.13
BuildRequires: nspr-devel
BuildRequires: libXtst-devel
BuildRequires: cairo >= 1.0
@ -338,6 +338,8 @@ Source for RCP for use within Eclipse.
# I hate spaces in paths with patch!
pushd plugins/org.eclipse.swt/Eclipse\ SWT\ PI/gtk/library
%patch0 -p0
# FIXME: do something like this in the future
# sed --in-place "s:@MOZ_VERSION@:%{mozilla_version}/:g" patch11
%patch11 -p0
%if %{gcj_support}
#%patch14 -p0
@ -1305,6 +1307,9 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_%{version}
%changelog
* Mon May 15 2006 Andrew Overholt <overholt@redhat.com> 3.1.2-1jpp_14fc
- Bump mozilla requirement to match rawhide.
* Tue Mar 07 2006 Andrew Overholt <overholt@redhat.com> 3.1.2-1jpp_13fc
- One more small help fix (include tomcatwrapper.jar o.e.tomcat manifest).