NAME
Youri::Package::RPM::URPM - URPM-based rpm package implementation
DESCRIPTION
This is an URPM-based Youri::Package implementation for rpm.
It is merely a wrapper over URPM::Package class, with a more structured interface.
CLASS METHODS
new(%args)
Creates and returns a new Youri::Package::RPM::URPM object.
Specific parameters:
- file $file
-
Path of file to use for creating this package.
- header $header
-
URPM::Package object to use for creating this package.
COPYRIGHT AND LICENSE
Copyright (C) 2002-2006, YOURI project
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.