1demofiles.plug(1) rpmrebuild plugin demofiles.plug(1)
2
3
4
6 demofiles.plug - a dummy plugin for rpmrebuild, to show how the plugin
7 can work on files
8
10 rpmrebuild --include demofiles.plug <packagename>
11 or
12 rpmrebuild --change-files="demofiles.sh [option]" <packagename>
13
14
15 the second form allow to specify plugin's soptions
16
18 this plugin is to show how the plugin work on files
19 it will just show the files (with find -ls command) in the package.
20 The package is not modified.
21
22
24 -h, --help
25 output help information plugins option and exit.
26
27 -v, --version
28 print plugin version and exit
29
30
32 demofiles.plug
33 is the 'include file' for a quicker use
34
35 demofiles.sh
36 contains the code for change-files
37
38 demofiles.plug.1
39 is this man page
40
42 rpmrebuild --include demofiles.plug apache
43
44 will apply plugin to files, then build the package
45
46
48 Eric Gerbier <gerbier@users.sourceforge.net>
49
50 See <URL:http://rpmrebuild.sourceforge.net/>.
51
53 this plugin is given as an example of what can be done
54
56 rpmrebuild is copyright (C) 2004 by Eric Gerbier.
57 this program is distributed under GNU General Public License
58 It is provided "as is", without any express or implied warranties. See
59 the file COPYING for details.
60
61
63 rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
64 compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1),
65 uniq.plug(1), file2pacDep.plug(1) set_tag.plug(1) unset_tag.plug(1)
66 man -k rrp for plugins specific manpages
67
68
69
70Eric Gerbier 2.11 demofiles.plug(1)