EPEL build fixes
This commit is contained in:
parent
fbdc1d03a0
commit
55dc217d7b
7
R.spec
7
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user