From bafc80349258758203361b9ca22e140424fb0e71 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Wed, 2 Mar 2016 22:18:00 -0800 Subject: [PATCH] can/should be omitted unless included --- LDP/howto/docbook/Font-HOWTO/Font-HOWTO.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LDP/howto/docbook/Font-HOWTO/Font-HOWTO.xml b/LDP/howto/docbook/Font-HOWTO/Font-HOWTO.xml index d351642c..b06df590 100644 --- a/LDP/howto/docbook/Font-HOWTO/Font-HOWTO.xml +++ b/LDP/howto/docbook/Font-HOWTO/Font-HOWTO.xml @@ -558,7 +558,7 @@ myfonts/myfonts/font3.ttf To build an RPM package you'll have to create a .spec file that provides instructions to the package builder on how to organize the files, package description, author, copyright, etc. We provide a template here that you can use to start your work. The template looks like this: The <filename>.spec</filename> file template - + Name: myfonts Summary: Collection of My Funny Fonts @@ -715,7 +715,7 @@ rm -rf $RPM_BUILD_ROOT The evolution history of this package here. Must follow this layout. - + This file must be named as the name of the package - myfonts.spec in our example. And you must put it under the main directory of the package. So in the end we'll have something like this: