Update to latest version.
This commit is contained in:
parent
ea9494dfd1
commit
e494849d8d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/pkgconfig_2.0.1.tar.gz
|
||||
/pkgconfig_2.0.2.tar.gz
|
||||
|
@ -1,10 +1,9 @@
|
||||
%global packname pkgconfig
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 2.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Private Configuration for 'R' Packages
|
||||
|
||||
License: MIT
|
||||
@ -14,17 +13,18 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-utils
|
||||
# Suggests: R-covr R-testthat R-disposables
|
||||
# Suggests: R-covr, R-testthat, R-disposables >= 1.0.3
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: R-core
|
||||
Requires: R-utils
|
||||
|
||||
BuildRequires: R-devel tex(latex)
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-testthat R-disposables
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-disposables >= 1.0.3
|
||||
|
||||
%description
|
||||
Set configuration options on a per-package basis. Options set by a given
|
||||
@ -69,6 +69,9 @@ rm %{buildroot}%{rlibdir}/%{packname}/README.markdown
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 19 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.2-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pkgconfig_2.0.1.tar.gz) = 93b6343921909fcdae4f1a9d43c188722722b025eea6880249f560cb5966d696184c8ff6166c798e7436e1297d3856d8c92c7147f89d940263498f013f3348a2
|
||||
SHA512 (pkgconfig_2.0.2.tar.gz) = ef25f353e1e2755767102f61b4f0e28b9cd1d4f921e5dbf36b1f7ed356148c8702886f31dac8150f3b094bc8e20ebe70a7651848c8aa85715a066a07e66401f5
|
||||
|
Loading…
Reference in New Issue
Block a user