]> git.pld-linux.org Git - packages/nodejs.git/blobdiff - nodejs.spec
drop more internal deps
[packages/nodejs.git] / nodejs.spec
index ce98f59901bd975b14306b08755e2281b03225a3..dc7c863d123e3700f14720c16241648d066cad1a 100644 (file)
@@ -43,7 +43,7 @@ BuildRequires:        gcc >= 6:4.8
 BuildRequires: http-parser-devel >= 2.9.3
 BuildRequires: llhttp-devel >= 2.0.4
 %endif
-%{?with_shared_brotli:BuildRequires:   libbrotli-devel >= 1.0.7}
+%{?with_system_brotli:BuildRequires:   libbrotli-devel >= 1.0.7}
 BuildRequires: libicu-devel >= 0.64
 BuildRequires: libstdc++-devel >= 6:4.8
 %{?with_system_uv:BuildRequires:       libuv-devel >= 1.38.0}
@@ -157,8 +157,15 @@ Sondy systemtap/dtrace dla Node.js.
 
 grep -r '#!.*env python' -l . | xargs %{__sed} -i -e '1 s,#!.*env python,#!%{__python},'
 
+%{?with_system_brotli:%{__rm} -r deps/brotli}
+%{__rm} -r deps/cares
+%if %{with http_parser}
+%{__rm} -r deps/http_parser
+%{__rm} -r deps/llhttp
+%endif
+%{__rm} -r deps/icu-small
+%{__rm} -r deps/nghttp2
 %{__rm} -r deps/npm
-%{?with_http_parser:%{__rm} -r deps/http_parser}
 %{__rm} -r deps/openssl
 %{?with_system_uv:%{__rm} -r deps/uv}
 %{__rm} -r deps/zlib
This page took 0.06232 seconds and 4 git commands to generate.