From ea1431b16fa8e7cfa0026d533f65682be21c5562 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 23 Jul 2012 13:20:25 +0200 Subject: [PATCH] Add R-BiocGenerics as BR --- R-IRanges.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/R-IRanges.spec b/R-IRanges.spec index bdab232..a24179a 100644 --- a/R-IRanges.spec +++ b/R-IRanges.spec @@ -1,9 +1,9 @@ %global packname IRanges -%global Rvers 2.12.0 +%global Rvers 2.15.0 Name: R-%{packname} Version: 1.14.4 -Release: 1%{dist} +Release: 2%{dist} Summary: Low-level containers for storing sets of integer ranges Group: Applications/Engineering @@ -13,8 +13,9 @@ URL: http://bioconductor.org/packages/release/bioc/html/IRanges.htm Source0: http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix -BuildRequires: R-devel >= %{Rvers} tex(latex) R-methods R-stats R-RUnit R-Matrix +Requires: R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix R-BiocGenerics +BuildRequires: R-devel >= %{Rvers} tex(latex) +BuildRequires: R-methods R-stats R-RUnit R-Matrix R-BiocGenerics %description The IRanges class and its extensions are low-level containers @@ -78,6 +79,9 @@ rm -rf %{buildroot} %{_libdir}/R/library/%{packname}/include %changelog +* Mon Jul 23 2012 pingou 1.14.4-2 +- + BR: R-BiocGenerics + * Mon Jul 23 2012 pingou 1.14.4-1 - Update to version 1.14.4