Merge pull request #201 from mvincerx/autospec04

Adds target-anchors to cross reference with new method.
This commit is contained in:
mvincerx
2018-07-24 15:44:09 -07:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
@@ -3,6 +3,11 @@
Autospec
########
.. _incl-autospec-overview
Overview
--------
Whereas a standard RPM build process using ``rpmbuild`` requires a tarball
and ``spec`` file to start, ``autospec`` only requires a tarball and package
name. ``autospec`` analyzes the source code and :file:`Makefile` information
@@ -27,6 +32,8 @@ file.
For a comprehensive list of control files, view the `autospec readme`_.
.. _incl-autospec-overview-end
Control files are explained in Table 1.
.. list-table:: **Table 1. Control Files**
@@ -68,8 +68,8 @@ Create a RPM with autospec
**************************
.. include:: ../../concepts/autospec-about.rst
:Start-after: autospec-overview
:end-before: For a comprehensive list of control files
:Start-after: incl-autospec-overview
:end-before: incl-autospec-overview-end
For a detailed explanation of how ``autospec`` works on |CL|, visit our
:ref:`autospec-about` about page. For a general understanding of how RPMs