Remove bundled tinycthread to be sure it's unused.
This commit is contained in:
parent
b2a43477d3
commit
a5dc4c1dfb
@ -9,8 +9,7 @@ Version: 0.7.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities for Delaying Function Execution
|
||||
|
||||
# Main GPLv2+; TinyCThread: MIT
|
||||
License: GPLv2+ and MIT
|
||||
License: GPLv2+
|
||||
URL: https://cran.r-project.org/web/packages/%{packname}/index.html
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
|
||||
@ -50,6 +49,10 @@ Development files for %{name}.
|
||||
%prep
|
||||
%setup -q -c -n %{packname}
|
||||
|
||||
# Ensure we don't accidentally use this bundled code.
|
||||
rm -r %{packname}/src/tinycthread
|
||||
sed -i -e '/tinycthread/d' %{packname}/MD5
|
||||
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user