bootstrap off

This commit is contained in:
Tom spot Callaway 2021-06-17 17:01:04 -04:00
parent e6ccc1742f
commit 02930a0e02

View File

@ -1,11 +1,11 @@
%bcond_without bootstrap
%bcond_with bootstrap
%global packname pkgconfig
%global rlibdir %{_datadir}/R/library
Name: R-%{packname}
Version: 2.0.3
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Private Configuration for 'R' Packages
License: MIT
@ -72,6 +72,9 @@ rm %{buildroot}%{rlibdir}/%{packname}/README.markdown
%changelog
* Thu Jun 17 2021 Tom Callaway <spot@fedoraproject.org> - 2.0.3-7
- bootstrap off
* Thu Jun 10 2021 Tom Callaway <spot@fedoraproject.org> - 2.0.3-6
- Rebuilt for R 4.1.0
- bootstrapping added (and enabled)