2012-12-28 00:01:35 +00:00
|
|
|
# nodejs binary
|
|
|
|
%__nodejs %{_bindir}/node
|
|
|
|
|
|
|
|
# nodejs library directory
|
|
|
|
%nodejs_sitelib %{_prefix}/lib/node_modules
|
|
|
|
|
|
|
|
# currently installed nodejs version
|
|
|
|
%nodejs_version %(%{__nodejs} -v | sed s/v//)
|
|
|
|
|
|
|
|
# symlink dependencies so `npm link` works
|
|
|
|
# this should be run in every module's %%install section
|
2013-01-02 00:46:31 +00:00
|
|
|
%nodejs_symlink_deps %{_rpmconfigdir}/nodejs-symlink-deps %{nodejs_sitelib}
|