[R/el6] BR and R less, so it is used as the default help parser

Tom Callaway spot at fedoraproject.org
Mon Aug 8 17:02:51 UTC 2011


commit 33b4de2cb4a038f4c03911db7d969c251f10bcaf
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Aug 8 13:02:39 2011 -0400

    BR and R less, so it is used as the default help parser

 R.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <spot at fedoraproject.org> - 2.13.1-2
+- add BuildRequires: less
+
 * Mon Jul 11 2011 Tom Callaway <spot at fedoraproject.org> - 2.13.1-1
 - update to 2.13.1
 


More information about the scm-commits mailing list