From 533ca15f5568d3c244cf71a401c0e5f6582f193d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Jun 1996 17:20:56 +0000 Subject: [PATCH] added stuff of nosrc packages CVS patchset: 679 CVS date: 1996/06/27 17:20:56 --- build/specP.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.7.4