]> git.pld-linux.org Git - packages/nodejs.git/blobdiff - nodejs.spec
up to 6.9.4
[packages/nodejs.git] / nodejs.spec
index fac2c44494765c8b6c9793df1e917336f2c96b07..ac0ceb805e33ccea854255327a3f9c1b74f21592 100644 (file)
 # NOTES:
 # - https://nodejs.org/en/download/releases/
 
-# see "Modules" column in https://nodejs.org/en/download/releases/
-%define                node_module_version     46
+# NODE_MODULE_VERSION refers to the ABI (application binary interface) version
+# number of Node.js, used to determine which versions of Node.js compiled C++
+# add-on binaries can be loaded in to without needing to be re-compiled. It
+# used to be stored as hex value in earlier versions, but is now represented as
+# an integer.
+%define                node_module_version     48
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
-# 4.5.0 is LTS
-Version:       4.5.0
+# 6.9 is LTS, Active LTS: 2018-04-18, EOL: 2019-04-18
+# https://github.com/nodejs/LTS
+Version:       6.9.4
 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: 1885586b4b8a2263f77dce27855661e9
+# Source0-md5: 3795199b5950b25179248847b1a5fc86
 Patch1:                %{name}-shared.patch
 # force node to use /usr/lib/node as the systemwide module directory
 Patch2:                %{name}-libpath.patch
@@ -35,7 +40,7 @@ BuildRequires:        libstdc++-devel
 %{?with_system_uv:BuildRequires:       libuv-devel >= 1.6.0}
 BuildRequires: openssl-devel >= 1.0.1
 BuildRequires: pkgconfig
-BuildRequires: python >= 2.7
+BuildRequires: python >= 1:2.7
 BuildRequires: python-jsmin
 BuildRequires: python-modules
 BuildRequires: rpm >= 4.4.9-56
This page took 0.030983 seconds and 4 git commands to generate.