A new saner interface for parsing spec files
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Sep 2010 13:49:43 +0000 (16:49 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Sep 2010 13:49:43 +0000 (16:49 +0300)
commitc7ccdea6386b9f9cd8be5ff459be99955b56f2ef
treed9c2cfc2b201bb089226522c7fbf86141bcf2767
parentc22fff5b931ef553f29a5cbc1b2bb6e868a74659
A new saner interface for parsing spec files
- For now just a wrapper around parseSpec() that returns *gasp*
  a pointer to a parsed spec structure.
- Limit the amount of goo that needs passing - optimally we'd only need
  the spec + parsing flags, but due to %{buildroot} macro abuse in specs
  we'll need that for now too.
build/parseSpec.c
build/rpmbuild.h
build/rpmspec.h