summaryrefslogtreecommitdiff
path: root/tools/rpm
diff options
context:
space:
mode:
authorMatt Loring <mattloring@google.com>2015-09-22 11:53:56 -0700
committerBen Noordhuis <info@bnoordhuis.nl>2015-11-25 13:56:21 +0100
commitb2e7a4d479e1ccbef6cab19f36173848471341fa (patch)
tree56479a2b2c519e5edbde6a67f8c2192daf178f26 /tools/rpm
parentab25589f59c75cd1d67cea245e7174c45cc701fe (diff)
downloadandroid-node-v8-b2e7a4d479e1ccbef6cab19f36173848471341fa.tar.gz
android-node-v8-b2e7a4d479e1ccbef6cab19f36173848471341fa.tar.bz2
android-node-v8-b2e7a4d479e1ccbef6cab19f36173848471341fa.zip
installer: install the tick processor
The tick processor is used to provide readable profiling information from isolate tick logs (produced by a call to node -prof). This patch installs the file at $PREFIX/share/doc/node/tick-processor. PR-URL: https://github.com/nodejs/node/pull/3032 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'tools/rpm')
-rw-r--r--tools/rpm/node.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/rpm/node.spec b/tools/rpm/node.spec
index 39b98ec554..a86cdf74db 100644
--- a/tools/rpm/node.spec
+++ b/tools/rpm/node.spec
@@ -94,6 +94,7 @@ done
/usr/include/*
/usr/lib/node_modules/
/usr/share/doc/node/gdbinit
+/usr/share/doc/node/tick-processor
/usr/share/man/man1/node.1.gz
/usr/share/systemtap/tapset/node.stp
%{_datadir}/%{name}/
@@ -101,6 +102,9 @@ done
%changelog
+* Tue Sep 22 2015 Matt Loring <mattloring@google.com>
+- Added tick processor.
+
* Tue Jul 7 2015 Ali Ijaz Sheikh <ofrobots@google.com>
- Added gdbinit.