rpm
5.4.10
|
#include <rpmbuild.h>
Go to the source code of this file.
Data Structures | |
struct | specObject_s |
Typedefs | |
typedef struct specObject_s | specObject |
Functions | |
Spec | specFromSpec (specObject *spec) |
specObject * | spec_Wrap (Spec spec) |
Variables | |
PyTypeObject | spec_Type |
typedef struct specObject_s specObject |
specObject* spec_Wrap | ( | Spec | spec | ) |
Definition at line 267 of file spec-py.c.
References specObject_s::spec, and spec_Type.
Referenced by spec_Parse().
Spec specFromSpec | ( | specObject * | spec | ) |
Definition at line 261 of file spec-py.c.
References specObject_s::spec.
Referenced by spec_get_build(), spec_get_buildroot(), spec_get_check(), spec_get_clean(), spec_get_install(), spec_get_macros(), spec_get_prep(), and spec_get_sources().
PyTypeObject spec_Type |
Definition at line 216 of file spec-py.c.
Referenced by init_rpm(), and spec_Wrap().