From 22a091df05edfce08eb44b923f3c80ff509b33c7 Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Mon, 8 Aug 2011 12:57:20 -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 784a17e..b40fc7b 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 @@ -24,6 +24,7 @@ BuildRequires: java-1.5.0-gcj, lapack-devel BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel BuildRequires: bzip2-devel, libXmu-devel, cairo-devel, libtiff-devel BuildRequires: gcc-objc, pango-devel, libicu-devel +BuildRequires: less # R-devel will pull in R-core Requires: R-devel = %{version}-%{release} # libRmath-devel will pull in libRmath @@ -944,6 +945,9 @@ R CMD javareconf \ %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