diff --git a/source/clear-linux/concepts/autospec-about.rst b/source/clear-linux/concepts/autospec-about.rst index 64eaafcf..b7f9fce0 100644 --- a/source/clear-linux/concepts/autospec-about.rst +++ b/source/clear-linux/concepts/autospec-about.rst @@ -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** diff --git a/source/clear-linux/guides/maintenance/autospec.rst b/source/clear-linux/guides/maintenance/autospec.rst index 8c065fd4..ce4b953b 100644 --- a/source/clear-linux/guides/maintenance/autospec.rst +++ b/source/clear-linux/guides/maintenance/autospec.rst @@ -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