This commit is contained in:
Tom Callaway 2014-06-09 12:14:49 -04:00
parent 37cd533ced
commit bd28c4c17e
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
4aa479a111bb6784b283ea56cde79012 IRanges_1.20.6.tar.gz
448a37ad1c6d5389426ba03cb2b496d0 IRanges_1.22.8.tar.gz