From 55dc217d7bce424575ac473c0363217dd32103b9 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 29 Apr 2009 20:26:23 +0000 Subject: [PATCH] EPEL build fixes --- R.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R.spec b/R.spec index 22f607b..8eeeca4 100644 --- a/R.spec +++ b/R.spec @@ -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 - 2.9.0-1.1 +- fix Requires on vi to be vim-minimal + * Fri Apr 17 2009 Tom "spot" Callaway - 2.9.0-1 - update to 2.9.0, change vim dep to vi - EL4 version, no java subpackages