#include "system.h"
#include "lib/rpmlib.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
int | headerNVR (Header h, const char **np, const char **vp, const char **rp) |
int | headerNEVRA (Header h, const char **np, const char **ep, const char **vp, const char **rp, const char **ap) |
Definition in file hdrNVR.c.
|
Return name, epoch, version, release, arch strings from header.
Definition at line 34 of file hdrNVR.c. References headerGetEntry(), RPM_STRING_TYPE, RPMTAG_ARCH, RPMTAG_NAME, RPMTAG_RELEASE, and RPMTAG_VERSION. |
|
Return name, version, release strings from header.
Definition at line 9 of file hdrNVR.c. References headerGetEntry(), RPM_STRING_TYPE, RPMTAG_NAME, RPMTAG_RELEASE, and RPMTAG_VERSION. Referenced by doSetupMacro(), genSourceRpmName(), handleOneTrigger(), hGetNEVR(), i18nTag(), lookupPackage(), packageBinaries(), parseForSimple(), parsePreamble(), parseSpec(), printNewSpecfile(), processBinaryFiles(), providePackageNVR(), rpmdbRebuild(), rpmdbRemove(), rpmdsNVRMatchesDep(), rpmdsThis(), rpmInstall(), rpmtsCallback(), runScript(), and writeRPM(). |