build: add rpmbuild .spec file
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 5 Jul 2013 18:10:25 +0000 (20:10 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 5 Nov 2014 20:45:38 +0000 (21:45 +0100)
commitbf23328a9c19a47df95f650bfd6dc8767f6af371
treed56bfd7b1ca6b01676331ee01312587c45e67c6a
parente13663d647d036d49872b7ab99a5fb7b9d9268df
build: add rpmbuild .spec file

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>
tools/rpm/node.spec [new file with mode: 0644]
tools/rpm/rpmbuild.sh [new file with mode: 0755]