#155 Add main page for packaging tutorial
Merged 2 years ago by oturpe. Opened 2 years ago by oturpe.
fedora-docs/ oturpe/package-maintainer-docs tutorial-main-page  into  main

file modified
+1 -1
@@ -11,7 +11,7 @@ 

  ** xref:New_Package_Process_for_Existing_Contributors.adoc[for Existing Contributors]

  ** xref:New_Package_Process_for_New_Contributors.adoc[for New Contributors]

  

- * Packaging Tutorial

+ * xref:Packaging_Tutorial.adoc[Packaging Tutorial]

  ** xref:Packaging_Tutorial_1_banner.adoc[Packaging Tutorial 1: banner]

  ** xref:Packaging_Tutorial_2_GNU_Hello.adoc[Packaging Tutorial 2: GNU Hello]

  

@@ -22,7 +22,7 @@ 

  === Read the Guidelines

  

  If you do not know how to create an RPM package,

- refer to xref:Packaging_Tutorial_GNU_Hello.adoc[Packaging Tutorial: GNU Hello].

+ refer to xref:Packaging_Tutorial.adoc[Packaging Tutorial].

  

  Read the xref:packaging-guidelines::index.adoc[Packaging Guidelines].

  You need to be thoroughly familiar with these.

@@ -13,7 +13,7 @@ 

  ** You should make sure that it is a new package.

  A list of existing packages in Fedora Packages is here: https://src.fedoraproject.org/projects/rpms/*

  

- ** Some information on how to create an RPM package is in xref:Packaging_Tutorial_GNU_Hello.adoc[Packaging Tutorial: GNU Hello].

+ ** Some information on how to create an RPM package is in xref:Packaging_Tutorial.adoc[Packaging Tutorial].

  

  ** Make sure that your package meets the xref:packaging-guidelines::index.adoc[Packaging Guidelines]

  and xref:packaging-guidelines::Naming.adoc[Package Naming Guidelines]

@@ -35,7 +35,7 @@ 

  == Make a Package

  

  * If you don't know how to create an RPM package,

- see the xref:Packaging_Tutorial_GNU_Hello.adoc[Packaging Tutorial: GNU Hello].

+ see the xref:Packaging_Tutorial.adoc[Packaging Tutorial].

  

  * Make sure that your package meets the xref:packaging-guidelines::index.adoc[Packaging Guidelines] and xref:packaging-guidelines::Naming.adoc[Package Naming Guidelines].

  

@@ -14,7 +14,7 @@ 

  

  You may have been looking for, or also be interested in:

  

- * xref:Packaging_Tutorial_GNU_Hello.adoc[Packaging Tutorial: GNU Hello]

+ * xref:Packaging_Tutorial.adoc[Packaging Tutorial]

  * xref:packaging-guidelines::index.adoc[Packaging Guidelines]

  

  [#installing_fedpkg_and_doing_initial_setup]

@@ -0,0 +1,9 @@ 

+ include::{partialsdir}/attributes.adoc[]

+ 

+ = Packaging Tutorial

+ :page-aliases: quick-docs::creating-rpm-packages.adoc

+ 

+ Packaging tutorial demonstrates RPM packaging for Fedora.

+ 

+ * xref:Packaging_Tutorial_1_banner.adoc[Packaging Tutorial 1: banner]

+ * xref:Packaging_Tutorial_2_GNU_Hello.adoc[Packaging Tutorial 2: GNU Hello]

@@ -1,7 +1,6 @@ 

  include::{partialsdir}/attributes.adoc[]

  

  = Packaging Tutorial 2: GNU Hello

- :page-aliases: quick-docs::creating-rpm-packages.adoc

  :page-aliases: Packaging_Tutorial_GNU_Hello.adoc

  

  This tutorial demonstrates RPM packaging

To make it simpler to link to the packaging tutorial, add a main page
for it. The content is very simplistic, at least for now. All the
actual content is in tutorial sections, and it does not seem worthwhile
to repeat any of it in the main page.

rebased onto cbaca628a711c8967f668b3a456b4fe13cf05fb0

2 years ago

Before merging, edit to include changes discussed in #160

rebased onto 36476cb

2 years ago

rebased onto 36476cb

2 years ago

Pull-Request has been merged by oturpe

2 years ago