Eliminate targets from rpmBuildArguments
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 2 Sep 2010 10:31:44 +0000 (13:31 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 2 Sep 2010 10:31:44 +0000 (13:31 +0300)
commitb7dae177471f317618c51d24f97631e9713e015c
tree8b89fdb2afdca7025a459e92f37ab811c23c227c
parent9eb54732721d28b828d62c6da43c8522629387ee
Eliminate targets from rpmBuildArguments
- Targets are obviously relevant for building but not in the
  context of rpmSpecBuild which expects the environment to be set up
  already. If/when we add a higher level build interface to librpmbuild
  this comes relevant again, until then bury inside the cli-tool.
- Simplify the target parsery by using argvSplit() and friends.
build/rpmbuild.h
rpmbuild.c