From: root Date: Thu, 27 Jun 1996 17:20:56 +0000 (+0000) Subject: added stuff of nosrc packages X-Git-Tag: rpm-4.4-release~5056 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=533ca15f5568d3c244cf71a401c0e5f6582f193d;p=platform%2Fupstream%2Frpm.git added stuff of nosrc packages CVS patchset: 679 CVS date: 1996/06/27 17:20:56 --- diff --git a/build/specP.h b/build/specP.h index 2a9eecb..0fc3955 100644 --- a/build/specP.h +++ b/build/specP.h @@ -23,14 +23,22 @@ struct ReqProv { struct SpecRec { char *name; /* package base name */ char *specfile; + int numSources; int numPatches; Sources sources; + + int numNoSource; + int numNoPatch; + int_32 *noSource; + int_32 *noPatch; + StringBuf prep; StringBuf build; StringBuf install; StringBuf doc; StringBuf clean; + struct PackageRec *packages; /* The first package record is the "main" package and contains * the bulk of the preamble information. Subsequent package