|
|
|
|
@ -23,11 +23,11 @@
|
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_base 14.0.0 |
|
|
|
|
%define V_snap 20200305 |
|
|
|
|
%define V_snap 20200403 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: node-v8c |
|
|
|
|
Summary: Node JavaScript Run-Time (V13, V8-Canary) |
|
|
|
|
Summary: Node JavaScript Run-Time (V14, V8-Canary) |
|
|
|
|
URL: http://nodejs.org/ |
|
|
|
|
Vendor: Node Foundation |
|
|
|
|
Packager: OpenPKG Project |
|
|
|
|
@ -36,7 +36,7 @@ Class: PLUS
|
|
|
|
|
Group: Web |
|
|
|
|
License: MIT/BSD |
|
|
|
|
Version: %{V_base}.%{V_snap} |
|
|
|
|
Release: 20200305 |
|
|
|
|
Release: 20200403 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_icu yes |
|
|
|
|
@ -61,9 +61,9 @@ Provides: node = %{version}
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
Node.js (V13, V8-Canary) provides an easy way to build scalable |
|
|
|
|
Node.js (V14, V8-Canary) provides an easy way to build scalable |
|
|
|
|
network servers in JavaScript. It is an event-driven I/O environment |
|
|
|
|
based on Google V8 JavaScript virtual machine version 8.2.204. This |
|
|
|
|
based on Google V8 JavaScript virtual machine version 8.3.49. This |
|
|
|
|
is the V8-Canary flavor of Node.js which always closely tracks the |
|
|
|
|
latest version of the V8 JavaScript virtual machine. It exists |
|
|
|
|
for testing purposes only and should not be used in production |
|
|
|
|
|