MAN page from OpenSuSE alien-8.95.6-lp155.2.1.noarch.rpm
Alien::Package::Lsb
Section: User Contributed Perl Documentation (3)
Updated: 2023-08-01
Index NAME
Alien::Package::Lsb - an object that represents a lsb package
DESCRIPTION
This is an object class that represents a lsb package. It is derived fromAlien::Package::Rpm.
METHODS
- checkfile
- Lsb files are rpm's with a lsb- prefix, that depend on a package called 'lsb'and nothing else.
- scan
- Uses the parent scan method to read the file. lsb is added to the depends.
- prep
- The parent's prep method is used to generate the spec file. First though,the package's name is munged to make it lsb compliant (sorta) and lsb is addedto its dependencies.
- revert
- Undo the changes made by prep.
- build
- Uses the parent's build method. If a lsb-rpmbuild is available, uses it tobuild the package.
- incrementrelease
- LSB package versions are not changed.
AUTHOR
Joey Hess <joeyAATTkitenet.net>
Index
- NAME
- DESCRIPTION
- METHODS
- AUTHOR
This document was created byman2html,using the manual pages.