]> git.pld-linux.org Git - packages/nodejs.git/blobdiff - nodejs.spec
up to 14.15.5
[packages/nodejs.git] / nodejs.spec
index 350f9cc6242a30b6ac731f83716d68d644e2fa63..0368d1a0048d978bcdf54e2335ad8a812ff9d821 100644 (file)
@@ -7,6 +7,8 @@
 %bcond_without system_uv       # system uv
 %bcond_with    http_parser     # system http-parser and llhttp
 
+%define                _enable_debug_packages  0
+
 # NOTES:
 # - https://nodejs.org/en/download/releases/
 
@@ -23,12 +25,12 @@ Name:               nodejs
 # Active start: 2020-10-27
 # Maintenance start: October 2020
 # Maintenance end: April 2023
-Version:       14.15.0
+Version:       14.15.5
 Release:       1
 License:       BSD and MIT and Apache v2.0 and GPL v3
 Group:         Development/Languages
 Source0:       https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
-# Source0-md5: a5cf57a18833bd122eca200a7d5e22d9
+# Source0-md5: 12c059975256114cbe983292c20ae26a
 
 # force node to use /usr/lib/node as the systemwide module directory
 Patch2:                %{name}-libpath.patch
@@ -146,7 +148,7 @@ Sondy systemtap/dtrace dla Node.js.
 
 %prep
 %setup -q -n node-v%{version}
-%if %{_lib} == "lib64"
+%if "%{_lib}" == "lib64"
 %patch3 -p1
 %else
 %patch2 -p1
This page took 0.069931 seconds and 4 git commands to generate.