Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#97] Update README: clarify nodejs embedded by default in spec #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ If you have any build dependencies (such as `python` for `node-gyp`), instead of
}
```

> NOTE: given that `speculate` generates RPM spec files for Node.js projects in particular, the `nodejs` RPM dependency is already declared by default in the "spec" template. As such, you don't need to specify `nodejs` as a dependency in neither "requires" nor "buildRequires" sections, as it will result as a duplicate.

### Executables

If you have scripts that need to be executable when they're installed on your target server, add them to the `executable` array. You can list both files and entire directories:
Expand Down