Skip to content
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