summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorroot <devnull@localhost>1996-06-27 17:20:56 +0000
committerroot <devnull@localhost>1996-06-27 17:20:56 +0000
commit533ca15f5568d3c244cf71a401c0e5f6582f193d (patch)
tree70bf9c47d2dfd100ae1f2f548094e4e581772447 /build
parent1fa24fb7cf2e8e7f5291c1ad1e65b1fa093b8dfc (diff)
downloadrpm-533ca15f5568d3c244cf71a401c0e5f6582f193d.tar.gz
rpm-533ca15f5568d3c244cf71a401c0e5f6582f193d.tar.bz2
rpm-533ca15f5568d3c244cf71a401c0e5f6582f193d.zip
added stuff of nosrc packages
CVS patchset: 679 CVS date: 1996/06/27 17:20:56
Diffstat (limited to 'build')
-rw-r--r--build/specP.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/specP.h b/build/specP.h
index 2a9eecbf1..0fc39559f 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