Skip to content

Commit

Permalink
nodejs : updated to version 8.3.0. (Bug 2013558)
Browse files Browse the repository at this point in the history
Change-Id: Ia8c06818d3c639991a63b9d87f78cc8d36b570e1
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4431
Reviewed-by: Sharath George
Tested-by: Sharath George
  • Loading branch information
xiaolin-vmware authored and Sharath George committed Dec 6, 2017
1 parent 1ba6624 commit 10d4a5f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions SPECS/nodejs/nodejs.spec
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
Expand All @@ -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} \
Expand Down Expand Up @@ -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

0 comments on commit 10d4a5f

Please sign in to comment.