From f15138d44fae8190cd1d51047f6420223ef9bdac Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Mon, 8 Aug 2011 13:01:15 -0400 Subject: [PATCH] BR and R less, so it is used as the default help parser --- R.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/R.spec b/R.spec index 0491cfc..3ee67d6 100644 --- a/R.spec +++ b/R.spec @@ -6,7 +6,7 @@ Name: R Version: 2.13.1 -Release: 1%{?dist} +Release: 2%{?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 @@ -23,6 +23,7 @@ BuildRequires: blas >= 3.0, pcre-devel, zlib-devel BuildRequires: java-1.4.2-gcj-compat BuildRequires: XFree86-devel BuildRequires: bzip2-devel, libtiff-devel +BuildRequires: less # R-devel will pull in R-core Requires: R-devel = %{version}-%{release} # libRmath-devel will pull in libRmath @@ -892,6 +893,9 @@ fi %postun -n libRmath -p /sbin/ldconfig %changelog +* Mon Aug 8 2011 Tom Callaway - 2.13.1-2 +- add BuildRequires: less + * Mon Jul 11 2011 Tom Callaway - 2.13.1-1 - update to 2.13.1