1RBM-SRPM(1)                                                        RBM-SRPM(1)
2
3
4

NAME

6       rbm-srpm - Create source rpm package
7

SYNOPSIS

9       rbm srpm <project> [options]
10

DESCRIPTION

12       Create a source rpm package for the select project.
13

CONFIGURATION OPTIONS

15       The following configuration options are related to rpm packages :
16
17       rpm_rel
18           RPM package release number. The default is to use the option
19           pkg_rel if defined, otherwise use a release number containing the
20           number of commits since the last git tag, and the hash of the
21           commit used.
22
23       rpmspec
24           This is the content of the rpm spec file, used by the rpm and srpm
25           commands. The default is to include the template file named
26           project.spec (with project replaced by the project’s name).
27
28       rpmbuild
29           This is the content of the script to build a rpm or srpm. It is
30           using the rpmbuild_action option to select the build action (-bs to
31           build a source package, or -ba to build all packages).
32
33       rpm
34           This is the script that is used to build an rpm package, in the rpm
35           command. By default it is using the rpmbuild option with the -ba
36           action.
37
38       srpm
39           This is the script that is used to build a source rpm package, in
40           the srpm command. By default it is using the rpmbuild option with
41           the -bs action.
42
43       See rbm_config(7) for all other options.
44

COMMAND LINE OPTIONS

46       See rbm_cli(7).
47

SEE ALSO

49       rbm(1)
50
51
52
53                                  02/02/2019                       RBM-SRPM(1)
Impressum