Remove bundled tinycthread to be sure it's unused.

This commit is contained in:
Elliott Sales de Andrade 2018-09-04 17:48:40 -04:00
parent b2a43477d3
commit a5dc4c1dfb

View File

@ -9,8 +9,7 @@ Version: 0.7.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Utilities for Delaying Function Execution Summary: Utilities for Delaying Function Execution
# Main GPLv2+; TinyCThread: MIT License: GPLv2+
License: GPLv2+ and MIT
URL: https://cran.r-project.org/web/packages/%{packname}/index.html 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}_%{version}.tar.gz
@ -50,6 +49,10 @@ Development files for %{name}.
%prep %prep
%setup -q -c -n %{packname} %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 %build