Modify eu-strip option to perform strip in post script of rpm package & add option...
[platform/upstream/rpm.git] / python / spec-py.c
2011-12-21 David Malcolmhandle errors when constructing lists in the Python...
2011-11-18 Ales Kozumplikpython: use the more modern PyCapsule over PyCObject...
2011-07-06 Panu MatilainenRevert the ds, ts, fi and spec python object creation...
2011-07-01 Panu MatilainenFix/sanitize rpm.spec python object creation
2010-10-12 Eric W. BiedermanAdd a python accessor for the source header
2010-10-01 Panu MatilainenAnd now python bindings are really free of librpmbuild...
2010-10-01 Panu MatilainenKill spec.buildRoot from python
2010-10-01 Panu MatilainenUse the new spec section getter in python bindings
2010-10-01 Panu MatilainenUse the new spec src/pkg API in python instead of direc...
2010-10-01 Panu MatilainenUse namespaced names for spec pkg and source opaque...
2010-10-01 Panu MatilainenFinish off our librpmbuild API mass-murder by turning...
2010-09-02 Panu MatilainenPermit passing spec parse flags in python too
2010-09-02 Panu MatilainenAdd an experimental low-level build method to python...
2010-09-01 Panu MatilainenRename freeSpec() -> rpmSpecFree() for namespacing
2010-09-01 Panu MatilainenUpdate callers to use the new rpmSpecParse() interface
2010-09-01 Panu MatilainenSpec rootDir is only relevant for building, eliminate...
2009-12-09 Panu MatilainenFix a few list-related memleaks in python bindings
2009-11-19 Panu MatilainenAdd spec package type with access to headers to python...
2009-11-18 Panu MatilainenLose the silly specFromSpec()
2009-11-18 Panu MatilainenTurn current python spec methods into read-only attribu...
2009-11-18 Panu MatilainenSanitize python spec.sources()
2009-11-18 Panu MatilainenPut a bit of sanity into python spec methods
2009-10-19 David MalcolmGeneralize type object initialization to work with...
2009-10-19 David MalcolmGeneralize access to ob_type so that they work with...
2009-10-09 Panu MatilainenRevert explicit PyErr_NoMemory() returns to just return...
2009-10-09 Panu MatilainenKill off _rpmb.error exception type
2009-10-02 Panu MatilainenSplit rpmbuild dependencies to separate _rpmb module
2009-09-24 Panu MatilainenEnable subtyping on the rest of our type-objects
2009-09-24 Panu MatilainenCall (sub)type tp_free from destructors
2009-09-24 Panu MatilainenMake object allocation type agnostic
2009-09-23 Panu MatilainenRemove the broken tp_print method from spec
2009-09-23 Panu MatilainenDecouple python spec objects from transaction objects
2009-09-22 Panu MatilainenRename python system.h for disambiguation
2009-09-22 Panu MatilainenLose the empty doxygen markers
2009-09-22 Panu MatilainenPut some consistency to python object creation
2009-09-22 Panu MatilainenMake all python object creation wrappers return PyObjec...
2009-09-22 Panu MatilainenMake the python object structures opaque
2009-09-07 Panu MatilainenFix dumb some dumb leaks in python spec code
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-11 Ralf CorsépiusRemove split tags.
2004-03-11 paulnMake spec-py lint free.
2004-03-11 paulnBegin lint fixes for spec-py
2004-03-10 paulnInitial rpm.spec implementation