Update to latest version.
This commit is contained in:
parent
0174e21093
commit
705afc6c19
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/ape_5.0.tar.gz
|
/ape_5.0.tar.gz
|
||||||
/ape_5.1.tar.gz
|
/ape_5.1.tar.gz
|
||||||
|
/ape_5.2.tar.gz
|
||||||
|
49
R-ape.spec
49
R-ape.spec
@ -1,10 +1,9 @@
|
|||||||
%global packname ape
|
%global packname ape
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 5.1
|
Version: 5.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Analyses of Phylogenetics and Evolution
|
Summary: Analyses of Phylogenetics and Evolution
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -13,16 +12,37 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
|||||||
|
|
||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
# Imports: R-nlme R-lattice R-graphics R-methods R-stats R-tools R-utils R-parallel R-Rcpp
|
# Imports: R-nlme, R-lattice, R-graphics, R-methods, R-stats, R-tools, R-utils, R-parallel, R-Rcpp >= 0.12.0
|
||||||
# Suggests: R-gee R-expm
|
# Suggests: R-gee, R-expm, R-igraph
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
Requires: R-nlme R-lattice R-graphics R-methods R-stats R-tools R-utils R-parallel R-Rcpp >= 0.12.0
|
Requires: R-nlme
|
||||||
Suggests: R-gee R-expm
|
Requires: R-lattice
|
||||||
BuildRequires: R-devel tex(latex)
|
Requires: R-graphics
|
||||||
BuildRequires: R-nlme R-lattice R-graphics R-methods R-stats R-tools R-utils R-parallel R-Rcpp-devel >= 0.12.0
|
Requires: R-methods
|
||||||
BuildRequires: R-gee R-expm
|
Requires: R-stats
|
||||||
|
Requires: R-tools
|
||||||
|
Requires: R-utils
|
||||||
|
Requires: R-parallel
|
||||||
|
Requires: R-Rcpp >= 0.12.0
|
||||||
|
Suggests: R-gee
|
||||||
|
Suggests: R-expm
|
||||||
|
Suggests: R-igraph
|
||||||
|
BuildRequires: R-devel
|
||||||
|
BuildRequires: tex(latex)
|
||||||
|
BuildRequires: R-nlme
|
||||||
|
BuildRequires: R-lattice
|
||||||
|
BuildRequires: R-graphics
|
||||||
|
BuildRequires: R-methods
|
||||||
|
BuildRequires: R-stats
|
||||||
|
BuildRequires: R-tools
|
||||||
|
BuildRequires: R-utils
|
||||||
|
BuildRequires: R-parallel
|
||||||
|
BuildRequires: R-Rcpp-devel >= 0.12.0
|
||||||
|
BuildRequires: R-gee
|
||||||
|
BuildRequires: R-expm
|
||||||
|
BuildRequires: R-igraph
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Functions for reading, writing, plotting, and manipulating phylogenetic
|
Functions for reading, writing, plotting, and manipulating phylogenetic
|
||||||
@ -57,10 +77,8 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# need R-igraph as of 5.1
|
|
||||||
%if 0
|
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{rlibdir}/%{packname}
|
%dir %{rlibdir}/%{packname}
|
||||||
@ -80,6 +98,11 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 22 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.2-1
|
||||||
|
- Update to latest version
|
||||||
|
- Re-enable build checks
|
||||||
|
- Re-arrange to match latest template
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-2
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ape_5.1.tar.gz) = 597bf6640401be4780514839144ec88d07157cc0bbfd84335a513f2ab90397a6d535384cfe5b9c7949b91d9b8d4e440ef48f8468b40a162c6b8b03a05bd68955
|
SHA512 (ape_5.2.tar.gz) = e6f59cf1d7d0c429e9005f77970fe8bea146029fd17ea9f00428e3a569c81d452f62053b9a325537424422d1c0d761ef9fe89b5ac5444106e0a6a8a6a3df9408
|
||||||
|
Loading…
Reference in New Issue
Block a user