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