2.2.1
This commit is contained in:
parent
ee7d86ac60
commit
c3c12ef63b
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ IRanges_1.6.8.tar.gz
|
||||
/IRanges_1.20.6.tar.gz
|
||||
/IRanges_1.22.8.tar.gz
|
||||
/IRanges_1.22.9.tar.gz
|
||||
/IRanges_2.2.1.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global bootstrap 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.22.9
|
||||
Release: 2%{dist}
|
||||
Version: 2.2.1
|
||||
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,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.9.1
|
||||
Requires: R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.13.6 R-S4Vectors >= 0.5.23
|
||||
# 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
|
||||
# R-GenomicRanges is only needed for check, but it makes a dep loop
|
||||
%if %{bootstrap} < 1
|
||||
BuildRequires: R-GenomicRanges
|
||||
@ -75,7 +76,7 @@ rm -rf %{buildroot}
|
||||
%doc %{_libdir}/R/library/%{packname}/doc
|
||||
%doc %{_libdir}/R/library/%{packname}/html
|
||||
%doc %{_libdir}/R/library/%{packname}/CITATION
|
||||
%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
|
||||
%{_libdir}/R/library/%{packname}/DESCRIPTION
|
||||
%doc %{_libdir}/R/library/%{packname}/NEWS
|
||||
%{_libdir}/R/library/%{packname}/INDEX
|
||||
%{_libdir}/R/library/%{packname}/NAMESPACE
|
||||
@ -91,6 +92,10 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/R/library/%{packname}/include
|
||||
|
||||
%changelog
|
||||
* Fri May 29 2015 Tom Callaway <spot@fedoraproject.org> - 2.2.1-1
|
||||
- update to 2.2.1
|
||||
- fix DESCRIPTION to not be doc
|
||||
|
||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user