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

NAME

Youri::Package::RPM::Generator - Template-based rpm generator

DESCRIPTION

This is a rpm package generator, intended to quickly generate real rpm packages for testing purposes.

CLASS METHODS

new(%options)

Creates and returns a new Youri::Package::Generator object.

Available parameters:

tags $tags

Hashref of tags for created packages.

Default tags values:

name test
version 1
release 1
arch noarch
summary test package
license free
group testing

INSTANCE METHODS

get_source

Generate the source package, and return the corresponding file.

get_binaries

Generate the binary packages, and return the corresponding files.