Add R-BiocGenerics as BR
This commit is contained in:
parent
aad0f7c9ee
commit
ea1431b16f
@ -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 <pingou@pingoured.fr> 1.14.4-2
|
||||
- + BR: R-BiocGenerics
|
||||
|
||||
* Mon Jul 23 2012 pingou <pingou@pingoured.fr> 1.14.4-1
|
||||
- Update to version 1.14.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user