forked from vmware/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nodejs : updated to version 8.3.0. (Bug 2013558)
Change-Id: Ia8c06818d3c639991a63b9d87f78cc8d36b570e1 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4431 Reviewed-by: Sharath George Tested-by: Sharath George
- Loading branch information
1 parent
1ba6624
commit 10d4a5f
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Summary: A JavaScript runtime built on Chrome's V8 JavaScript engine. | ||
Name: nodejs | ||
Version: 7.7.4 | ||
Version: 8.3.0 | ||
Release: 1%{?dist} | ||
License: MIT | ||
Group: Applications/System | ||
Vendor: VMware, Inc. | ||
Distribution: Photon | ||
URL: https://github.com/nodejs/node | ||
Source0: node-%{version}.tar.gz | ||
%define sha1 node=31f7b14476b90037516449aec233c68d9b21edd3 | ||
Source0: https://nodejs.org/download/release/v8.3.0/node-v%{version}.tar.xz | ||
%define sha1 node=62969b076013b20370fd42b7441b3c7ab7ac924f | ||
BuildArch: x86_64 | ||
|
||
BuildRequires: coreutils >= 8.22, openssl-devel >= 1.0.1 | ||
|
@@ -28,7 +28,7 @@ The nodejs-devel package contains libraries, header files and documentation | |
for developing applications that use nodejs. | ||
|
||
%prep | ||
%setup -q -n node-%{version} | ||
%setup -q -n node-v%{version} | ||
|
||
%build | ||
./configure --prefix=%{_prefix} \ | ||
|
@@ -66,10 +66,13 @@ make %{?_smp_mflags} test | |
%files devel | ||
%defattr(-,root,root) | ||
%{_includedir}/* | ||
%{_datadir}/systemtap/tapset | ||
%{_docdir}/node/gdbinit | ||
%{_docdir}/node/lldb_commands.py | ||
%{_docdir}/node/lldbinit | ||
%{_datadir}/systemtap/tapset/node.stp | ||
|
||
%changelog | ||
* Mon Dec 04 2017 Xiaolin Li <[email protected]> 8.3.0-1 | ||
- Updated to version 8.3.0 | ||
* Mon Mar 20 2017 Xiaolin Li <[email protected]> 7.7.4-1 | ||
- Initial packaging for Photon |