diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-21 15:23:02 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-21 15:23:02 +0300 |
commit | 2c2538d7260baf0eae36d5ee07ddbfffc20044d9 (patch) | |
tree | d69b77c30349d2424e5cc09d310c67a6b57845b5 /build.c | |
parent | 0a16dadffc398617de3f4d0b6d45e4f017e19b9f (diff) | |
download | librpm-tizen-2c2538d7260baf0eae36d5ee07ddbfffc20044d9.tar.gz librpm-tizen-2c2538d7260baf0eae36d5ee07ddbfffc20044d9.tar.bz2 librpm-tizen-2c2538d7260baf0eae36d5ee07ddbfffc20044d9.zip |
Rename Spec -> rpmSpec for namespacing
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ static int buildForTarget(rpmts ts, const char * arg, BTA_t ba) const char * specURL; int specut; char buf[BUFSIZ]; - Spec spec = NULL; + rpmSpec spec = NULL; int rc; #ifndef DYING |