From: root Date: Fri, 23 Feb 1996 02:21:26 +0000 (+0000) Subject: add doc StringBuf to package record for per-package doc stuff X-Git-Tag: rpm-4.4-release~5329 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ef003123c8ac8ed7af51c05e665bbeb3cd7987d;p=platform%2Fupstream%2Frpm.git add doc StringBuf to package record for per-package doc stuff CVS patchset: 406 CVS date: 1996/02/23 02:21:26 --- diff --git a/build/specP.h b/build/specP.h index c1237d1..62f0061 100644 --- a/build/specP.h +++ b/build/specP.h @@ -39,6 +39,7 @@ struct PackageRec { char *icon; int files; /* If -1, package has no files, and won't be written */ StringBuf filelist; + StringBuf doc; /* Used to buffer up %doc lines until fully parsed */ struct PackageRec *next; };