Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

build/rpmspec.h File Reference

The Spec and Package data structures used during build. More...

#include "rpmmacro.h"

Go to the source code of this file.

Data Structures

struct  OpenFileInfo
struct  PackageStruct
struct  ReadLevelEntry
struct  Source
struct  speclines_s
struct  SpecStruct
struct  spectag_s
struct  spectags_s
struct  TriggerFileEntry

Defines

#define RPMBUILD_ISSOURCE   1
#define RPMBUILD_ISPATCH   (1 << 1)
#define RPMBUILD_ISICON   (1 << 2)
#define RPMBUILD_ISNO   (1 << 3)
#define RPMBUILD_DEFAULT_LANG   "C"

Typedefs

typedef SpecStructSpec
typedef ReadLevelEntry RLE_t
typedef OpenFileInfo OFI_t
typedef spectag_sspectag
typedef spectags_sspectags
typedef speclines_sspeclines
typedef PackageStructPackage

Functions

Spec newSpec (void)
Spec freeSpec (Spec spec)
OpenFileInfonewOpenFileInfo (void)
spectag stashSt (Spec spec, Header h, int tag, const char *lang)
int addSource (Spec spec, Package pkg, const char *field, int tag)
int parseNoSource (Spec spec, const char *field, int tag)

Variables

Spec(* freeSpecVec )(Spec spec)


Detailed Description

The Spec and Package data structures used during build.

Definition in file rpmspec.h.


Define Documentation

#define RPMBUILD_DEFAULT_LANG   "C"
 

Definition at line 30 of file rpmspec.h.

Referenced by findPreambleTag, handlePreambleTag, parseDescription, printNewSpecfile, and stashSt.

#define RPMBUILD_ISICON   (1 << 2)
 

Definition at line 27 of file rpmspec.h.

Referenced by addSource.

#define RPMBUILD_ISNO   (1 << 3)
 

Definition at line 28 of file rpmspec.h.

Referenced by doRmSource, parseNoSource, and processSourceFiles.

#define RPMBUILD_ISPATCH   (1 << 1)
 

Definition at line 26 of file rpmspec.h.

Referenced by addSource, doPatch, parseNoSource, and processSourceFiles.

#define RPMBUILD_ISSOURCE   1
 

Definition at line 25 of file rpmspec.h.

Referenced by addSource, doUntar, parseNoSource, and processSourceFiles.


Generated on Wed Mar 13 15:34:52 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002