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
9
11 rpmrebuild --include demofiles.plug <packagename>
12 or
13 rpmrebuild --change-files="demofiles.sh [option]" <packagename>
14 the second form allow to specify plugin's soptions
15
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
41
43 rpmrebuild --include demofiles.plug apache
44
45 will apply plugin to files, then build the package
46
47
49 Eric Gerbier <eric.gerbier@tutanota.com>
50
51 See <URL:http://rpmrebuild.sourceforge.net/>.
52
53
55 this plugin is given as an example of what can be done
56
57
59 rpmrebuild is copyright (C) 2004 by Eric Gerbier.
60 this program is distributed under GNU General Public License
61 It is provided "as is", without any express or implied warranties. See
62 the file COPYING for details.
63
64
66 rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
67 compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1),
68 uniq.plug(1), file2pacDep.plug(1), exclude_file.plug(1), un_pre‐
69 link.plug(1) set_tag.plug(1), unset_tag.plug(1)
70 man -k rrp for plugins specific manpages
71
72
73
74Eric Gerbier 2.17 demofiles.plug(1)