diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-28 02:26:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-28 02:26:57 +0000 |
commit | c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab (patch) | |
tree | 35b40977181dfd9e090ffc094edce4cbab1c6048 /URPM.pm | |
parent | 90a3cde94a9264638855b70c833e563eba0ea442 (diff) | |
download | perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.tar perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.tar.gz perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.tar.bz2 perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.tar.xz perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.zip |
Doc bits
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -257,7 +257,7 @@ file and adds them to the URPM object. Allowed options are keep_all_tags => 0 / 1 Return value is an array of first and last id parsed. - + =item $urpm->parse_rpms($files, %options) This method loads rpm informations from rpm B<headers> and adds them to @@ -367,10 +367,16 @@ of an RPM package. =item $package->arch() +Gives the package architecture + =item $package->build_header($fileno) +Writes the rpm header to the specified file ($fileno being an integer). + =item $package->build_info($fileno, [$provides_files]) +Writes a line of information in a synthesis file. + =item $package->buildarchs() =item $package->buildhost() |