1demo.plug(1)                   rpmrebuild plugin                  demo.plug(1)
2
3
4

NAME

6       demo.plug  - a dummy plugin for rpmrebuild, to show how the plugin work
7       on spec file
8
9

SYNOPSIS

11       rpmrebuild --include demo.plug <packagename>
12       or
13       rpmrebuild  --change-spec-{type}="demo.sh [option]" <packagename>
14
15       the first form apply all changes
16       the second allow to choose which part to change, and plugin options
17
18

DESCRIPTION

20       this plugin is to show how the plugin work
21       it will just add plugin type name begin of line in spec file.  The spec
22       file will not work any more but will show which parts can be modified
23
24

OPTIONS

26       -h, --help
27              output help information plugins option and exit.
28
29       -v, --version
30              print plugin version and exit
31
32       -n, --null
33              do not add anything : just echo spec file
34
35

FILES

37       demo.plug
38              is the 'include file' for a quicker use
39
40       demo.sh
41              contains the code for change-spec*
42
43       demo.plug.1
44              is this man page
45
46

EXAMPLES

48       rpmrebuild --include demo.plug rpm
49
50       will build, apply plugin to spec file, then edit it
51
52

AUTHORS

54       Eric Gerbier <eric.gerbier@tutanota.com>
55
56       See <URL:http://rpmrebuild.sourceforge.net/>.
57
58

NOTES

60       this plugin is given as an example of what can be done
61
62
64       rpmrebuild is copyright (C) 2004 by Eric Gerbier.
65       this program is distributed under GNU General Public License
66       It is provided "as is", without any express or implied warranties.  See
67       the file COPYING for details.
68
69

SEE ALSO

71       rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
72       compat_digest.plug(1), demo.plug(1), demofiles.plug(1),  nodoc.plug(1),
73       uniq.plug(1),    file2pacDep.plug(1),   exclude_file.plug(1),   un_pre‐
74       link.plug(1) set_tag.plug(1), unset_tag.plug(1)
75       man -k rrp for plugins specific manpages
76
77
78
79Eric Gerbier                         2.17                         demo.plug(1)
Impressum