head 1.1;
branch 1.1.1;
access ;
symbols MAXIMUM_RPM_1_0:1.1.1.1 VENDOR:1.1.1;
locks ; strict;
comment @# @;
1.1
date 2001.08.28.12.07.08; author rse; state Exp;
branches 1.1.1.1;
next ;
1.1.1.1
date 2001.08.28.12.07.08; author rse; state Exp;
branches ;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@
Contents
- Contents
- I. RPM and Computer Users - How to Use RPM to Effectively Manage Your
Computer
- II. RPM and Developers - How to Distribute Your Software More Easily
With RPM
- 10. The Philosophy Behind RPM
- 11. The Basics of Developing With RPM
- 12. Building Packages: A Simple Example
- 13. rpm -b Command Reference
- 13.1 rpm -b -- What Does it Do?
- 13.1.1 rpm -bp -- Execute %prep
- 13.1.2 rpm -bc -- Execute %prep,
%build
- 13.1.3 rpm -bi -- Execute %prep, %build,
%install
- 13.1.4 rpm -bb -- Execute %prep, %build,
%install, package (bin)
- 13.1.5 rpm -ba -- Execute %prep, %build,
%install, package (bin, src)
- 13.1.6 rpm -bl -- Check %files list
- 13.1.7 - -short-circuit -- Force build to start at particular
stage
- 13.1.8 - -buildarch <arch> -- Perform Build For the
<arch> Architecture
- 13.1.9 - -buildos <os> -- Perform Build For the
<os> Operating System
- 13.1.10 - -sign -- Add a Digital Signature to the
Package
- 13.1.11 - -test -- Create, Save Build Scripts For
Review
- 13.1.12 - -clean -- Clean up after
build
- 13.1.13 - -buildroot <path> -- Execute
%install using <path> as the
root
- 13.1.14 - -timecheck <secs> -- Print a warning if
files to be packaged are over <secs>
old
- 13.1.15 -vv -- Display debugging information
- 13.1.16 - -quiet -- Produce as Little Output as Possible
- 13.1.17 - -rcfile <rcfile> -- Set alternate rpmrc file
to <rcfile>
- 13.2 Other Build-related Commands
- 14. Inside the Spec File
- 15. Adding Dependency Information to a Package
- 16. Making a Relocatable Package
- 17. Making a Package That Can Build Anywhere
- 18. Adding PGP Signatures to a Package
- 19. Creating Subpackages
- 20. Building Packages for Multiple Architectures and Operating
Systems
- 21. Real-World Package Building
- 22. A Guide to the RPM Library API
- A. Format of the RPM File
- B. The rpmrc File
- C. Concise RPM Command Reference
- D. Available Tags For - -queryformat
- E. Concise Spec File Reference
- F. RPM-related Resources
- G. An Introduction to PGP
- Index
- About this document ...
Subsections
Ralf S. Engelschall
2000-12-15
@
1.1.1.1
log
@Import book 'Maximum RPM' by Ed Bailey, version 1.0
@
text
@@