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


Youri-Package-RPM-Generator documentation  | view source Contained in the Youri-Package-RPM-Generator distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

CLASS METHODS

Top

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

Top

get_source

Generate the source package, and return the corresponding file.

get_binaries

Generate the binary packages, and return the corresponding files.


Youri-Package-RPM-Generator documentation  | view source Contained in the Youri-Package-RPM-Generator distribution.