1demo.plug(1) rpmrebuild plugin demo.plug(1)
2
3
4
6 demo.plug - a dummy plugin for rpmrebuild, to show how the plugin work
7 on spec file
8
10 rpmrebuild --include demo.plug <packagename>
11 or
12 rpmrebuild --change-spec-{type}="demo.sh [option]" <packagename>
13
14 the first form apply all changes
15 the second allow to choose which part to change, and plugin options
16
18 this plugin is to show how the plugin work
19 it will just add plugin type name begin of line in spec file. The spec
20 file will not work any more but will show which parts can be modified
21
23 -h, --help
24 output help information plugins option and exit.
25
26 -v, --version
27 print plugin version and exit
28
29 -n, --null
30 do not add anything : just echo spec file
31
33 demo.plug
34 is the 'include file' for a quicker use
35
36 demo.sh
37 contains the code for change-spec*
38
39 demo.plug.1
40 is this man page
41
43 rpmrebuild --include demo.plug rpm
44
45 will build, apply plugin to spec file, then edit it
46
47
49 Eric Gerbier <gerbier@users.sourceforge.net>
50
51 See <URL:http://rpmrebuild.sourceforge.net/>.
52
54 this plugin is given as an example of what can be done
55
57 rpmrebuild is copyright (C) 2004 by Eric Gerbier.
58 this program is distributed under GNU General Public License
59 It is provided "as is", without any express or implied warranties. See
60 the file COPYING for details.
61
62
64 rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
65 compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1),
66 uniq.plug(1), file2pacDep.plug(1) set_tag.plug(1) unset_tag.plug(1)
67 man -k rrp for plugins specific manpages
68
69
70
71Eric Gerbier 2.16 demo.plug(1)