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.