2.4.4
This commit is contained in:
parent
d9ff4c77dc
commit
51e956e545
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ IRanges_1.6.8.tar.gz
|
||||
/IRanges_1.22.9.tar.gz
|
||||
/IRanges_2.2.1.tar.gz
|
||||
/IRanges_2.2.5.tar.gz
|
||||
/IRanges_2.4.4.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global bootstrap 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 2.2.5
|
||||
Version: 2.4.4
|
||||
Release: 1%{dist}
|
||||
Summary: Low-level containers for storing sets of integer ranges
|
||||
Group: Applications/Engineering
|
||||
@ -12,14 +12,14 @@ License: Artistic 2.0 and Copyright only
|
||||
URL: http://bioconductor.org/packages/release/bioc/html/IRanges.html
|
||||
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 R-BiocGenerics >= 0.13.6 R-S4Vectors >= 0.5.23
|
||||
Requires: R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.15.10 R-S4Vectors >= 0.7.19
|
||||
# We can't require R-GenomicRanges until it has been built (it deps on R-IRanges)
|
||||
%if %{bootstrap} < 1
|
||||
Requires: R-GenomicRanges
|
||||
%endif
|
||||
BuildRequires: R-devel >= %{Rvers} tex(latex)
|
||||
BuildRequires: R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.9.1
|
||||
BuildRequires: R-S4Vectors-devel >= 0.5.23
|
||||
BuildRequires: R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.15.10
|
||||
BuildRequires: R-S4Vectors-devel >= 0.7.19
|
||||
# R-GenomicRanges is only needed for check, but it makes a dep loop
|
||||
%if %{bootstrap} < 1
|
||||
BuildRequires: R-GenomicRanges
|
||||
@ -92,6 +92,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/R/library/%{packname}/include
|
||||
|
||||
%changelog
|
||||
* Mon Dec 7 2015 Tom Callaway <spot@fedoraproject.org> - 2.4.4-1
|
||||
- update to 2.4.4
|
||||
|
||||
* Fri Jul 03 2015 pingou <pingou@pingoured.fr> 2.2.5-1
|
||||
- Update to version 2.2.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user