1Alien::Package::Lsb(3)User Contributed Perl DocumentationAlien::Package::Lsb(3)
2
3
4
6 Alien::Package::Lsb - an object that represents a lsb package
7
9 This is an object class that represents a lsb package. It is derived
10 from Alien::Package::Rpm.
11
13 checkfile
14 Lsb files are rpm's with a lsb- prefix, that depend on a package
15 called 'lsb' and nothing else.
16
17 scan
18 Uses the parent scan method to read the file. lsb is added to the
19 depends.
20
21 prep
22 The parent's prep method is used to generate the spec file. First
23 though, the package's name is munged to make it lsb compliant
24 (sorta) and lsb is added to its dependencies.
25
26 revert
27 Undo the changes made by prep.
28
29 build
30 Uses the parent's build method. If a lsb-rpmbuild is available,
31 uses it to build the package.
32
33 incrementrelease
34 LSB package versions are not changed.
35
37 Joey Hess <joey@kitenet.net>
38
39
40
41perl v5.28.0 2014-07-02 Alien::Package::Lsb(3)