summaryrefslogtreecommitdiff
path: root/tools/rpm
diff options
context:
space:
mode:
authorDan Varga <dvarga@redhat.com>2015-04-13 10:05:03 -0400
committerBen Noordhuis <info@bnoordhuis.nl>2015-04-13 17:53:37 +0200
commit39d395c96602c759ee654b1132d869d497cd5159 (patch)
tree859af2d38be2479f0c3e3c59adbdbc6ccc289667 /tools/rpm
parent66db9241cb64f67a7960def94b24d62bd7e6c996 (diff)
downloadandroid-node-v8-39d395c96602c759ee654b1132d869d497cd5159.tar.gz
android-node-v8-39d395c96602c759ee654b1132d869d497cd5159.tar.bz2
android-node-v8-39d395c96602c759ee654b1132d869d497cd5159.zip
build: minor changes to fix rpm build
PR-URL: https://github.com/iojs/io.js/pull/1408 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'tools/rpm')
-rw-r--r--tools/rpm/iojs.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/rpm/iojs.spec b/tools/rpm/iojs.spec
index ae8e85b342..07db8d21a0 100644
--- a/tools/rpm/iojs.spec
+++ b/tools/rpm/iojs.spec
@@ -93,13 +93,16 @@ done
/usr/bin/*
/usr/include/*
/usr/lib/node_modules/
-/usr/share/man/man1/node.1.gz
+/usr/share/man/man1/iojs.1.gz
/usr/share/systemtap/tapset/node.stp
%{_datadir}/%{name}/
-%doc ChangeLog LICENSE README.md
+%doc CHANGELOG.md LICENSE README.md
%changelog
+* Mon Apr 13 2015 Dan Varga <danvarga@gmail.com>
+- Fix paths for changelog and manpage
+
* Thu Dec 4 2014 Ben Noordhuis <info@bnoordhuis.nl>
- Rename to iojs.