The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::App::Command::mkrpmspec - generate RPM spec file from your template

VERSION

version 0.007

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

Stephen Clouse <stephenclouse@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by 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.