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}
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user