From c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 28 Jul 2005 02:26:57 +0000 Subject: Doc bits --- URPM.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/URPM.pm b/URPM.pm index 866bd28..2609d82 100644 --- a/URPM.pm +++ b/URPM.pm @@ -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 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() -- cgit v1.2.1