Eliminate redundant helper variables from src.rpm generation
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 28 May 2012 08:39:45 +0000 (11:39 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 28 May 2012 08:42:38 +0000 (11:42 +0300)
commit1adaff3ee47773172ab2e640414b1ada4dba8f9b
tree594079751e7eb9b545624152e608ab935b8fc652
parentd8334d2e3f8b96dd279cceba69bb9ca0d2ba7d8b
Eliminate redundant helper variables from src.rpm generation

- Spec being the first is easily detected from the current index,
  no need for separate tracking variable
- Use the file records used variable to track the progress, no need
  for separate index variable
build/files.c