maitkaa/RPM build with spec template
Build RPMs from spec template with custom macros
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| spec_template | Path to the spec template file | yes | — |
| version | RPM version | yes | — |
| release | RPM release number | yes | — |
| approot | Application root directory | yes | — |
| project | Project name | yes | — |
| deploy_dir | Deployment directory | yes | — |
| rpmmacros_template | Path to the .rpmmacros template file | yes | — |
| run_lint | Whether to run rpmlint | no | true |
| project_exclude_paths | What folders should not be copied to build root | no | .git,.gitea,.gitignore,.idea |
| environment | What environment does app use | yes | — |
Outputs
| name | description |
|---|---|
| spec_file | Path to the generated spec file |
| rpm_path | Path to the built RPM file |
| rpm_name | Name of the built RPM file |
| rpm_dir_path | Path to the directory containing the built RPM |