1.16.3
This commit is contained in:
parent
0f243c85dd
commit
de7416edb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ GenomicRanges_1.0.7.tar.gz
|
||||
/GenomicRanges_1.12.1.tar.gz
|
||||
/GenomicRanges_1.12.4.tar.gz
|
||||
/GenomicRanges_1.14.4.tar.gz
|
||||
/GenomicRanges_1.16.3.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.14.4
|
||||
Release: 2%{dist}
|
||||
Version: 1.16.3
|
||||
Release: 1%{dist}
|
||||
Summary: Representation and manipulation of genomic intervals
|
||||
|
||||
Group: Applications/Engineering
|
||||
@ -12,8 +12,8 @@ URL: http://www.bioconductor.org/packages/release/bioc/html/Genomic
|
||||
Source0: http://www.bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: R-core >= 3.0.0 R-methods R-IRanges >= 1.20.3 R-BiocGenerics >= 0.7.7 R-XVector >= 0.1.3
|
||||
BuildRequires: R-devel tex(latex) R >= 3.0.0 R-methods R-IRanges-devel >= 1.20.3 R-BiocGenerics >= 0.7.7 R-XVector-devel >= 0.1.3
|
||||
Requires: R-core >= 3.0.0 R-methods R-IRanges >= 1.21.33 R-BiocGenerics >= 0.7.7 R-XVector >= 0.1.3, R-GenomeInfoDb >= 0.99.17
|
||||
BuildRequires: R-devel tex(latex) R >= 3.0.0 R-methods R-IRanges-devel >= 1.21.33 R-BiocGenerics >= 0.7.7 R-XVector-devel >= 0.1.3, R-GenomeInfoDb >= 0.99.17
|
||||
|
||||
%description
|
||||
The ability to efficiently store genomic annotations and alignments is
|
||||
@ -48,6 +48,7 @@ rm -rf %{buildroot}
|
||||
%dir %{rlibdir}/%{packname}/
|
||||
%doc %{rlibdir}/%{packname}/doc/
|
||||
%doc %{rlibdir}/%{packname}/html/
|
||||
%doc %{rlibdir}/%{packname}/CITATION
|
||||
%doc %{rlibdir}/%{packname}/DESCRIPTION
|
||||
%doc %{rlibdir}/%{packname}/NEWS
|
||||
%{rlibdir}/%{packname}/INDEX
|
||||
@ -56,11 +57,13 @@ rm -rf %{buildroot}
|
||||
%{rlibdir}/%{packname}/R/
|
||||
%{rlibdir}/%{packname}/extdata/
|
||||
%{rlibdir}/%{packname}/help/
|
||||
%{rlibdir}/%{packname}/scripts/
|
||||
%{rlibdir}/%{packname}/unitTests/
|
||||
%{rlibdir}/%{packname}/libs/
|
||||
|
||||
%changelog
|
||||
* Mon Jun 9 2014 Tom Callaway <spot@fedoraproject.org> - 1.16.3-1
|
||||
- update to 1.16.3
|
||||
|
||||
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user