Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 2269bb274471fd2722517c2c0b740d7f > files > 301

rpm-devel-4.0.4-19mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>rpmspec.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.17 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>build/rpmspec.h File Reference</h1>The Spec and Package data structures used during build. 
<a href="#_details">More...</a>
<p>

<p>
<a href="rpmspec_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Data Structures</h2></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structOpenFileInfo.html">OpenFileInfo</a></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structPackageStruct.html">PackageStruct</a></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structReadLevelEntry.html">ReadLevelEntry</a></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structSource.html">Source</a></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structspeclines__s.html">speclines_s</a></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structSpecStruct.html">SpecStruct</a></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structspectag__s.html">spectag_s</a></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structspectags__s.html">spectags_s</a></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structTriggerFileEntry.html">TriggerFileEntry</a></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmspec_8h.html#a0">RPMBUILD_ISSOURCE</a>&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 0)</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmspec_8h.html#a1">RPMBUILD_ISPATCH</a>&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 1)</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmspec_8h.html#a2">RPMBUILD_ISICON</a>&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 2)</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmspec_8h.html#a3">RPMBUILD_ISNO</a>&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 3)</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmspec_8h.html#a4">RPMBUILD_DEFAULT_LANG</a>&nbsp;&nbsp;&nbsp;"C"</td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td nowrap align=right valign=top>typedef <a class="el" href="structSpecStruct.html">SpecStruct</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a3">Spec</a></td></tr>
<tr><td nowrap align=right valign=top>typedef <a class="el" href="structReadLevelEntry.html">ReadLevelEntry</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a4">RLE_t</a></td></tr>
<tr><td nowrap align=right valign=top>typedef <a class="el" href="structOpenFileInfo.html">OpenFileInfo</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a5">OFI_t</a></td></tr>
<tr><td nowrap align=right valign=top>typedef <a class="el" href="structspectag__s.html">spectag_s</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a6">spectag</a></td></tr>
<tr><td nowrap align=right valign=top>typedef <a class="el" href="structspectags__s.html">spectags_s</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a7">spectags</a></td></tr>
<tr><td nowrap align=right valign=top>typedef <a class="el" href="structspeclines__s.html">speclines_s</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a8">speclines</a></td></tr>
<tr><td nowrap align=right valign=top>typedef <a class="el" href="structPackageStruct.html">PackageStruct</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a9">Package</a></td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__rpmbuild.html#a3">Spec</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a51">freeSpec</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="structOpenFileInfo.html">OpenFileInfo</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a52">newOpenFileInfo</a> (void)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__rpmbuild.html#a6">spectag</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a16">stashSt</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, <a class="el" href="group__header.html#a6">Header</a> h, int tag, const char *<a class="el" href="parseDescription_8c.html#a2">lang</a>)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a54">addSource</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, <a class="el" href="group__rpmbuild.html#a9">Package</a> pkg, const char *field, int tag)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a55">parseNoSource</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, const char *field, int tag)</td></tr>
<tr><td colspan=2><br><h2>Variables</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__rpmbuild.html#a3">Spec</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a10">newSpec</a> (void)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__rpmbuild.html#a3">Spec</a>(*&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a11">freeSpecVec</a> )(<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The Spec and Package data structures used during build.
<p>

<p>

<p>
Definition in file <a class="el" href="rpmspec_8h-source.html">rpmspec.h</a>.<hr><h2>Define Documentation</h2>
<a name="a4" doxytag="rpmspec.h::RPMBUILD_DEFAULT_LANG"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define RPMBUILD_DEFAULT_LANG&nbsp;&nbsp;&nbsp;"C"
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmspec_8h-source.html#l00028">28</a> of file <a class="el" href="rpmspec_8h-source.html">rpmspec.h</a>.
<p>
Referenced by <a class="el" href="parsePreamble_8c-source.html#l00779">findPreambleTag</a>(), <a class="el" href="parsePreamble_8c-source.html#l00445">handlePreambleTag</a>(), <a class="el" href="parseDescription_8c-source.html#l00029">parseDescription</a>(), <a class="el" href="query_8c-source.html#l00406">printNewSpecfile</a>(), and <a class="el" href="parsePreamble_8c-source.html#l00401">stashSt</a>().    </td>
  </tr>
</table>
<a name="a2" doxytag="rpmspec.h::RPMBUILD_ISICON"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define RPMBUILD_ISICON&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 2)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmspec_8h-source.html#l00025">25</a> of file <a class="el" href="rpmspec_8h-source.html">rpmspec.h</a>.
<p>
Referenced by <a class="el" href="spec_8c-source.html#l00246">addSource</a>().    </td>
  </tr>
</table>
<a name="a3" doxytag="rpmspec.h::RPMBUILD_ISNO"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define RPMBUILD_ISNO&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 3)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmspec_8h-source.html#l00026">26</a> of file <a class="el" href="rpmspec_8h-source.html">rpmspec.h</a>.
<p>
Referenced by <a class="el" href="build_2build_8c-source.html#l00022">doRmSource</a>(), <a class="el" href="spec_8c-source.html#l00202">parseNoSource</a>(), and <a class="el" href="files_8c-source.html#l02068">processSourceFiles</a>().    </td>
  </tr>
</table>
<a name="a1" doxytag="rpmspec.h::RPMBUILD_ISPATCH"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define RPMBUILD_ISPATCH&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 1)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmspec_8h-source.html#l00024">24</a> of file <a class="el" href="rpmspec_8h-source.html">rpmspec.h</a>.
<p>
Referenced by <a class="el" href="spec_8c-source.html#l00246">addSource</a>(), <a class="el" href="parsePrep_8c-source.html#l00067">doPatch</a>(), <a class="el" href="spec_8c-source.html#l00202">parseNoSource</a>(), and <a class="el" href="files_8c-source.html#l02068">processSourceFiles</a>().    </td>
  </tr>
</table>
<a name="a0" doxytag="rpmspec.h::RPMBUILD_ISSOURCE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define RPMBUILD_ISSOURCE&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 0)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmspec_8h-source.html#l00023">23</a> of file <a class="el" href="rpmspec_8h-source.html">rpmspec.h</a>.
<p>
Referenced by <a class="el" href="spec_8c-source.html#l00246">addSource</a>(), <a class="el" href="parsePrep_8c-source.html#l00157">doUntar</a>(), <a class="el" href="spec_8c-source.html#l00202">parseNoSource</a>(), and <a class="el" href="files_8c-source.html#l02068">processSourceFiles</a>().    </td>
  </tr>
</table>
<hr><address style="align: right;"><small>Generated on Thu Sep 12 22:15:04 2002 for rpm by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.17 </small></address>
</body>
</html>