diff options
author | nanardon <nanardon@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2005-12-17 15:17:10 +0000 |
---|---|---|
committer | nanardon <nanardon@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2005-12-17 15:17:10 +0000 |
commit | b76a22b7656881c0747696aeb10f5a59807dee13 (patch) | |
tree | 182cd96e7b84a7f5d1da0e4be305e96f9332fd76 /RPM4/lib/RPM4.pm | |
parent | 0eef4a1f358a07b5877e7cc52833702ba9c618db (diff) | |
download | perl-RPM4-b76a22b7656881c0747696aeb10f5a59807dee13.tar perl-RPM4-b76a22b7656881c0747696aeb10f5a59807dee13.tar.gz perl-RPM4-b76a22b7656881c0747696aeb10f5a59807dee13.tar.bz2 perl-RPM4-b76a22b7656881c0747696aeb10f5a59807dee13.tar.xz perl-RPM4-b76a22b7656881c0747696aeb10f5a59807dee13.zip |
update doc
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@60 971eb68f-4bfb-0310-8326-d2484c010a4c
Diffstat (limited to 'RPM4/lib/RPM4.pm')
-rw-r--r-- | RPM4/lib/RPM4.pm | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index aecd2ff..d8e22f2 100644 --- a/RPM4/lib/RPM4.pm +++ b/RPM4/lib/RPM4.pm @@ -413,6 +413,45 @@ If set, $rootdir is the root directory of system. Returns 0 on success. +=head2 rpmlibdep() + +Create a RPM4::Header::Dependencies object about rpmlib +internals provides + +=head2 rpmsysinfodep($file) + +Return a RPM4::Header::Dependencies object about sysinfo file, +$file is an optionnal file to, default depend of rpm. + +Since rpm 3.3.3, return undef on older version + +=head2 rpmgetconfdep($path) + +Return a RPM4::Header::Dependencies object about getconf, +$path is an optionnal path to use, default is /. + +Since rpm 3.3.3, return undef on older version + +=head2 rpmcpuinfodep($file) + +Return a RPM4::Header::Dependencies object about cpuinfo, +$file is an optionnal file to use, default is /proc/cpuinfo. + +Since rpm 3.3.3, return undef on older version + +=head2 rpmunamedep + +Return a RPM4::Header::Dependencies object from uname(). + +Since rpm 3.3.3, return undef on older version + +=head2 rpmpipedep($cmd) + +Return a RPM4::Header::Dependencies from a command using. +(It use a pipe internally). $cmd is the command to use. + +Since rpm 3.3.3, return undef on older version + =head1 SEE ALSO L<rpm(8)>, |