aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-28 02:26:57 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-28 02:26:57 +0000
commitc56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab (patch)
tree35b40977181dfd9e090ffc094edce4cbab1c6048
parent90a3cde94a9264638855b70c833e563eba0ea442 (diff)
downloadperl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.tar
perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.tar.gz
perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.tar.bz2
perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.tar.xz
perl-URPM-c56bb19f6bd7b31ec5b0cb62c28f1f4789a1ebab.zip
Doc bits
-rw-r--r--URPM.pm8
1 files changed, 7 insertions, 1 deletions
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<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()