diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-06 12:48:09 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-06 12:48:09 +0300 |
commit | e907b912f9e237bc840d714e4e03f4d26deafe0c (patch) | |
tree | 99e7c24da1e23bc35e4138e11be1cfd38df85949 /build/rpmspec.h | |
parent | 41147e5b18ad09b04697c3aa729539689547281c (diff) | |
download | rpm-e907b912f9e237bc840d714e4e03f4d26deafe0c.tar.gz rpm-e907b912f9e237bc840d714e4e03f4d26deafe0c.tar.bz2 rpm-e907b912f9e237bc840d714e4e03f4d26deafe0c.zip |
Eliminate nasty hackery with "special" doc + docdir format
- figure out docdir early on in spec parsing, store in package struct
instead of abusing parse buffer
- fixes memleaks from docdir_fmt and headerSprintf too
Diffstat (limited to 'build/rpmspec.h')
-rw-r--r-- | build/rpmspec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h index 77c7b309d..31a6087c3 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -167,6 +167,7 @@ struct Package_s { char * verifyFile; /*!< %verifyscript scriptlet. */ StringBuf specialDoc; + char *specialDocDir; struct TriggerFileEntry * triggerFiles; |