rpm.eclass

Name

rpm.eclass -- convenience class for extracting RPMs

Supported EAPIs

5 6 7 8

Exported Phases

  • src_unpack

Functions

rpm_unpack <rpms>

Unpack the contents of the specified rpms like the unpack() function.

srcrpm_unpack <rpms>

Unpack the contents of the specified rpms like the unpack() function as well as any archives that it might contain. Note that the secondary archive unpack isn't perfect in that it simply unpacks all archives in the working directory (with the assumption that there weren't any to start with).

rpm_src_unpack

Automatically unpack all archives in ${A} including rpms. If one of the archives in a source rpm, then the sub archives will be unpacked as well.

rpm_spec_epatch [spec]

Read the specified spec (defaults to ${PN}.spec) and attempt to apply all the patches listed in it. If the spec does funky things like moving files around, well this won't handle that.

Reporting Bugs

Please report bugs via https://bugs.gentoo.org/