aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()