summaryrefslogtreecommitdiff
path: root/python/spec-py.h
Commit message (Expand)AuthorAgeFilesLines
* Fix number of references on spec_Type (#114)Pavlina Moravcova Varekova2017-02-231-1/+1
* Revert the ds, ts, fi and spec python object creation commitsPanu Matilainen2011-07-061-0/+3
* Fix/sanitize rpm.spec python object creationPanu Matilainen2011-07-011-3/+0
* Use namespaced names for spec pkg and source opaque typedefsPanu Matilainen2010-10-011-1/+1
* Add spec package type with access to headers to python rpmb modulePanu Matilainen2009-11-191-0/+4
* Lose the silly specFromSpec()Panu Matilainen2009-11-181-2/+0
* Kill off _rpmb.error exception typePanu Matilainen2009-10-091-2/+0
* Split rpmbuild dependencies to separate _rpmb modulePanu Matilainen2009-10-021-0/+2
* Make object allocation type agnosticPanu Matilainen2009-09-241-1/+1
* Add type checking macros for all rpm python type objectsPanu Matilainen2009-09-231-0/+2
* Lose the empty doxygen markersPanu Matilainen2009-09-221-8/+0
* Make all python object creation wrappers return PyObject pointersPanu Matilainen2009-09-221-1/+1
* Make the python object structures opaquePanu Matilainen2009-09-221-5/+1
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-1/+1
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-1/+1
* Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius2007-10-281-1/+1
* Rename Spec -> rpmSpec for namespacingPanu Matilainen2007-09-211-3/+3
* Remove split tags.Ralf Corsépius2007-09-111-7/+2
* Begin lint fixes for spec-pypauln2004-03-111-2/+11
* Initial rpm.spec implementationpauln2004-03-101-0/+22