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: