|
rpm 5.3.7
|
#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 |
Definition in file spec-py.h.
| specObject* spec_Wrap | ( | Spec | spec | ) |
Definition at line 213 of file spec-py.c.
References specObject_s::spec.
Referenced by spec_Parse().
| Spec specFromSpec | ( | specObject * | spec | ) |
Definition at line 207 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_prep(), and spec_get_sources().
1.7.3