From 3d3dd4e81f61202342b0a2af20b6313c42e280ca Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 17 Mar 2007 15:54:32 +0000 Subject: [PATCH] - (FC7+) get rid of termcap related requires, replace with ncurses - (FC7+) use java-1.5.0-gcj instead of old java-1.4.2 - add /usr/share/R/library as a valid R_LIBS directory for noarch bits --- R.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/R.spec b/R.spec index 624ddd5..8e6e706 100644 --- a/R.spec +++ b/R.spec @@ -1,6 +1,6 @@ Name: R Version: 2.4.1 -Release: 1%{?dist} +Release: 4%{?dist} 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 @@ -98,6 +98,9 @@ and header files. %setup -q %build +# Add PATHS to Renviron for R_LIBS +echo 'R_LIBS=${R_LIBS-'"'%{_libdir}/R/library:%{_datadir}/R/library'"'}' >> etc/Renviron.in + export R_PDFVIEWER="%{_bindir}/evince" export R_PRINTCMD="lpr" export R_BROWSER="%{_bindir}/firefox" @@ -219,6 +222,9 @@ fi /sbin/ldconfig %changelog +* Tue Mar 13 2007 Tom "spot" Callaway 2.4.1-4 +- add /usr/share/R/library as a valid R_LIBS directory for noarch bits + * Tue Dec 19 2006 Tom "spot" Callaway 2.4.1-1 - bump to 2.4.1 - fix install-info invocations in post/preun (bz 219407)