added stuff of nosrc packages
authorroot <devnull@localhost>
Thu, 27 Jun 1996 17:20:56 +0000 (17:20 +0000)
committerroot <devnull@localhost>
Thu, 27 Jun 1996 17:20:56 +0000 (17:20 +0000)
CVS patchset: 679
CVS date: 1996/06/27 17:20:56

build/specP.h

index 2a9eecb..0fc3955 100644 (file)
@@ -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