| Maximum RPM: Taking the Red Hat Package Manager to the Limit | ||
|---|---|---|
| Prev | Chapter 18. Creating Subpackages | Next |
Throughout this chapter, we'll be constructing a spec file that will consist of a number of subpackages. Let's start by listing the spec file's requirements:
The main package name is to be foo.
The version is to be 2.7.
There are three subpackages:
The server subpackage, to be called foo-server.
The client subpackage, to be called foo-client.
The baz development library subpackage, to be called bazlib.
The bazlib subpackage has a version of 5.6.
Each subpackage will have its own summary and description tags.
Every spec file starts with a preamble, and this one is no different. In this case, the preamble will contain the following tags:
of the foo app, and the baz library needed to
build it...
|
the subpackages we require.
| Главная |