> On Jan 28, 2015, at 1:55 AM, Raju Ahuja <
rajugu...@gmail.com> wrote:
>
> Hi,
>
> I need the rpm spec file to create an rpm package out of nodejs source tarball.
There is none provided by the node maintainers, however check out the nodesource repo which has both binary RPMs already built, and source RPMs for you to build yourself:
https://github.com/nodesource/distributions is the introduction to the project, and
https://rpm.nodesource.com/pub/el/7/SRPMS/ is the link to where the src.rpm are, which have spec files in them.
Aria