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

NAME

6       demo.plug - a plugin for rpmrebuild, to show how the plugin work
7

SYNOPSIS

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

DESCRIPTION

17       this plugin is to show how the plugin work
18       it will just add plugin type name begin of line in spec file
19

OPTIONS

21       -h, --help
22              output help information plugins option and exit.
23
24       -v, --version
25              print plugin version and exit
26
27       -n, --null
28              do not add anything : just echo spec file
29

FILES

31       demo.plug
32              is the 'include file' for a quicker use
33
34       demo.sh
35              contains the code for change-spec*
36
37       demofiles.sh
38              contains the code for change-files
39
40       demo.plug.1
41              is this man page
42

EXAMPLES

44       rpmrebuild --include demo.plug rpm
45
46       will build, apply plugin to spec file, then edit it
47
48

AUTHORS

50       Eric Gerbier <gerbier@users.sourceforge.net>
51
52       See <URL:http://rpmrebuild.sourceforge.net/>.
53

NOTES

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

SEE ALSO

64       rpm(8),     rpmbuild(8),      rpmrebuild_plugins(1),      demo_plug(1),
65       nodoc.plug(1),  uniq.plug(1),  file2pacDep.plug(1),  'man  -k  rrp' for
66       plugins specific manpages
67
68
69
70
71
72Eric Gerbier                         2.1.1                        demo.plug(1)
Impressum