Update to latest version.
This commit is contained in:
parent
8ebb27dbbe
commit
ff18610850
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/rprojroot_1.2.tar.gz
|
||||
/rprojroot_1.3-2.tar.gz
|
||||
|
@ -1,32 +1,34 @@
|
||||
%global packname rprojroot
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
%global packver 1.3-2
|
||||
|
||||
# Dependency lops.
|
||||
%global with_doc 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Finding Files in Project Subdirectories
|
||||
|
||||
License: GPLv3
|
||||
URL: https://cran.r-project.org/web/packages/%{packname}/index.html
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-backports
|
||||
# Suggests: R-testthat R-knitr R-withr R-rmarkdown
|
||||
# Suggests: R-testthat, R-mockr, R-knitr, R-withr, R-rmarkdown
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: R-core
|
||||
|
||||
Requires: R-backports
|
||||
BuildRequires: R-devel tex(latex)
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-backports
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-mockr
|
||||
%if %{with_doc}
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-withr
|
||||
@ -75,6 +77,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 26 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.2-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rprojroot_1.2.tar.gz) = 2b003d172d0924f36e8799034676040889371c313fce253fe3366469e32cd2130f014c1f9f9517f5a9b92fb457f98ae07ac7c45b7c5be090b89a353aa86a248f
|
||||
SHA512 (rprojroot_1.3-2.tar.gz) = 7ea312a39ccf297a83155c849b0399459eb767f869fb327a238258e0f7a69b545c29e005dd33fdc1c1895116554ad0c3efbcc098ca1979610887ce67d8a8ea4b
|
||||
|
Loading…
Reference in New Issue
Block a user