diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-06 08:53:11 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-06 08:53:11 +0200 |
commit | 144038e68277b58980453f1e2a5fe44a1b7e508d (patch) | |
tree | 5100a8d0cd70d42c35c3fc6ba3603d2ac9ae8a8c /doc/manual/spec | |
parent | 3df8f54ef5b95ca7b133404e8e003d65e900f81e (diff) | |
download | librpm-tizen-144038e68277b58980453f1e2a5fe44a1b7e508d.tar.gz librpm-tizen-144038e68277b58980453f1e2a5fe44a1b7e508d.tar.bz2 librpm-tizen-144038e68277b58980453f1e2a5fe44a1b7e508d.zip |
s,\\subsection,\\section,
Diffstat (limited to 'doc/manual/spec')
-rw-r--r-- | doc/manual/spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/manual/spec b/doc/manual/spec index 98616f324..762f57067 100644 --- a/doc/manual/spec +++ b/doc/manual/spec @@ -19,7 +19,7 @@ definition: %package -n newname \endverbatim -\subsection specfile_summary Summary: and Description: Tags +\section specfile_summary Summary: and Description: Tags The Summary: tag should be use to give a short (50 char or so) summary of the package. Most package's Description: line should be changed to @@ -66,7 +66,7 @@ are considered "pre-formatted" and will be left alone. Adjacent lines without leading whitespace are considered a single paragraph and may be subject to formatting by glint or another RPM tool. -\subsection specfile_url URL: and Packager: Tags +\section specfile_url URL: and Packager: Tags Two new tags are "URL:" and "Packager:". "URL:" is a place to put a URL for more information and/or documentation on the software @@ -76,7 +76,7 @@ address of the person who "maintains" the RPM package (which may be different from the person who actually maintains the program the package contains). -\subsection specfile_buildarchitectures BuildArchitectures: Tag +\section specfile_buildarchitectures BuildArchitectures: Tag This tag specifies the architecture which the resulting binary package will run on. Typically this is a CPU architecture like sparc, @@ -84,7 +84,7 @@ i386. The string 'noarch' is reserved for specifying that the resulting binary package is platform independent. Typical platform independent packages are html, perl, python, java, and ps packages. -\subsection specfile_virtual Virtual File Attribute(s) in %files Section +\section specfile_virtual Virtual File Attribute(s) in %files Section A %ghost tag on a file indicates that this file is not to be included in the package. It is typically used when the attributes of the file @@ -108,7 +108,7 @@ script so that false problems are not displayed during package verification. %verify(not size md5 mtime) %{prefix}/bin/javaswarm \endverbatim -\subsection specfile_globbing Shell Globbing of %files Section +\section specfile_globbing Shell Globbing of %files Section The usual rules for shell globbing apply. Most special characters can be escaped by prefixing them with a '\'. Spaces are used to separate @@ -136,7 +136,7 @@ easiest to do with a shell script like this: %files -f filelist.rpm \endverbatim -\subsection specfile_automatic Fine Adjustment of Automatic Dependencies +\section specfile_automatic Fine Adjustment of Automatic Dependencies Rpm currently supports separate "Autoreq:" and "Autoprov:" tags in a spec file to independently control the running of find-requires and @@ -163,7 +163,7 @@ Similarly there is an Autoprov tag to turn off the automatic provision generation and a Autoreqprov to turn off both the automatic provides and the automatic requires generation. -\subsection specfile_nosrc NoSource: Tag +\section specfile_nosrc NoSource: Tag Files ending in .nosrc.rpm are generally source RPM packages whose spec files have one or more NoSource: or NoPatch: directives in them. Both @@ -186,7 +186,7 @@ The end result of all this, though, is that you can't rebuild ``no-source'' RPM packages using `rpm --rebuild' unless you also have the sources or patches which are not included in the .nosrc.rpm. -\subsection specfile_buildrequires BuildRequires: Tag +\section specfile_buildrequires BuildRequires: Tag Build dependencies are identical to install dependencies except: |