Replace buildSpec() with a new interface in the API
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Sep 2010 10:37:37 +0000 (13:37 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Sep 2010 10:37:37 +0000 (13:37 +0300)
commitbd9e1b9d9bafe7246a43297d5d148838c873a21d
treec5b560d95984f4d3d9f09244c0fd0bd19d103f8c
parent05dd62aba9c6bab44ba55ff1266ec9126b2f8874
Replace buildSpec() with a new interface in the API
- Accept the entire build arguments structure along with a spec, these
  contain everything that we'll need
- Just a convenience wrapper for buildSpec() for now, more things
  to follow...
- Update the sole existing caller accordingly
build/build.c
build/rpmbuild.h
rpmbuild.c