EPEL build fixes

This commit is contained in:
Tom Callaway 2009-04-29 20:26:23 +00:00
parent fbdc1d03a0
commit 55dc217d7b
1 changed files with 5 additions and 2 deletions

7
R.spec
View File

@ -6,7 +6,7 @@
Name: R
Version: 2.9.0
Release: 1%{?dist}
Release: 1%{?dist}.1
Summary: A language for data analysis and graphics
URL: http://www.r-project.org
Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
@ -50,7 +50,7 @@ and called at run time.
Summary: The minimal R components necessary for a functional runtime
Group: Applications/Engineering
Requires: ggv, cups, firefo
Requires: perl, sed, gawk, tetex-latex, less, vi
Requires: perl, sed, gawk, tetex-latex, less, vim-minimal
# These are the submodules that R-core provides. Sometimes R modules say they
# depend on one of these submodules rather than just R. These are provided for
@ -923,6 +923,9 @@ fi
%postun -n libRmath -p /sbin/ldconfig
%changelog
* Wed Apr 29 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.9.0-1.1
- fix Requires on vi to be vim-minimal
* Fri Apr 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.9.0-1
- update to 2.9.0, change vim dep to vi
- EL4 version, no java subpackages