Luxe Software Package Installation Creator

rpm-spec.txt exists, read in the default values

Step 1 Create SPEC File

The three directives, Name, Version, and Release are used to create the RPM package's filename.
RPM filenames are in Name-Version-Release format.
Field Name Value Description
Name: The name of the package.
Version: major.minor.build version, such as 1.2.1
Release: Release number, such as 5
Summary: One line description of application $application
Description: A multi-line description
Vendor: Name of your company

from the files in application $1


This page is installed in /home/sdk/html/section_3/tools/installationcreator/application.html