mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-07 05:06:15 +00:00
Merge pull request #201 from mvincerx/autospec04
Adds target-anchors to cross reference with new method.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user