1.22.8
This commit is contained in:
parent
37cd533ced
commit
bd28c4c17e
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ IRanges_1.6.8.tar.gz
|
||||
/IRanges_1.18.0.tar.gz
|
||||
/IRanges_1.18.2.tar.gz
|
||||
/IRanges_1.20.6.tar.gz
|
||||
/IRanges_1.22.8.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global packname IRanges
|
||||
%global Rvers 3.0.0
|
||||
%global Rvers 3.1.0
|
||||
%global bootstrap 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.20.6
|
||||
Release: 3%{dist}
|
||||
Version: 1.22.8
|
||||
Release: 1%{dist}
|
||||
Summary: Low-level containers for storing sets of integer ranges
|
||||
Group: Applications/Engineering
|
||||
License: Artistic 2.0 and Copyright only
|
||||
@ -12,13 +12,13 @@ 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.7.7
|
||||
Requires: R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.9.1
|
||||
# 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.7.7
|
||||
BuildRequires: R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.9.1
|
||||
# R-GenomicRanges is only needed for check, but it makes a dep loop
|
||||
%if %{bootstrap} < 1
|
||||
BuildRequires: R-GenomicRanges
|
||||
@ -74,6 +74,7 @@ rm -rf %{buildroot}
|
||||
%dir %{_libdir}/R/library/%{packname}/
|
||||
%doc %{_libdir}/R/library/%{packname}/doc
|
||||
%doc %{_libdir}/R/library/%{packname}/html
|
||||
%doc %{_libdir}/R/library/%{packname}/CITATION
|
||||
%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
|
||||
%doc %{_libdir}/R/library/%{packname}/NEWS
|
||||
%{_libdir}/R/library/%{packname}/INDEX
|
||||
@ -90,6 +91,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/R/library/%{packname}/include
|
||||
|
||||
%changelog
|
||||
* Mon Jun 9 2014 Tom Callaway <spot@fedoraproject.org> - 1.22.8-1
|
||||
- update to 1.22.8
|
||||
|
||||
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user