summaryrefslogtreecommitdiff
path: root/tools/rpm/rpmbuild.sh
AgeCommit message (Collapse)Author
2015-08-23node: rename from io.js to nodecjihrig
This commit replaces instances of io.js with Node.js, based on the recent convergence. There are some remaining instances of io.js, related to build and the installer. Fixes: https://github.com/nodejs/node/issues/2361 PR-URL: https://github.com/nodejs/node/pull/2367 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
2014-12-05build: rename rpmbuild .spec fileBen Noordhuis
Rename the .spec file from node.spec to iojs.spec and update the build script. Done as a separate commit to not obscure the changes from the previous commit. PR-URL: https://github.com/iojs/io.js/pull/71 Reviewed-By: Rod Vagg <rod@vagg.org>
2014-11-05build: add rpmbuild .spec fileBen Noordhuis
Add a .spec file and a rpmbuild(1) driver script. Useful for people on RHEL-based systems that want to compile and package from source. PR-URL: https://github.com/node-forward/node/pull/10 Reviewed-By: Rod Vagg <rod@vagg.org>