-
-
09 Apr 2020 15:46:39 UTC
- Distribution: Dist-Zilla-Plugin-RPM
- Module version: 0.016
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (2)
- Testers (128 / 1 / 0)
- Kwalitee
Bus factor: 0- 41.86% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (14.1KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Dist::Zilla::App::Command::mkrpmspec - generate RPM spec file from your template
VERSION
version 0.016
SYNOPSIS
dzil mkrpmspec [filename]
DESCRIPTION
This command writes a parsed version of the spec file that would be generated by Dist::Zilla::Plugin::RPM during release, without having to do a full release. This is useful for testing or tweaking your RPM build without having to run dzil each time.
EXAMPLE
$ dzil mkrpmspec $ dzil mkrpmspec /path/to/foo.spec
OPTIONS
filename (default: "./dzil.spec")
The filename to write the specfile to.
AUTHOR
Vincent Lequertier <vi.le@autistici.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Vincent Lequertier, Stephen Clouse.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Dist::Zilla::Plugin::RPM, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::RPM
perl -MCPAN -e shell install Dist::Zilla::Plugin::RPM
For more information on module installation, please visit the detailed CPAN module installation guide.