1unset_tag.plug(1) rpmrebuild plugin unset_tag.plug(1)
2
3
4
6 unset_tag.plug - a plugin for rpmrebuild, to comment a tag key in spec
7 file
8
10 rpmrebuild --change-spec-preamble="unset_tag.sh -t tagkey " <packageā
11 name>
12 or
13 TAG_ID=tagkey
14 rpmrebuild --include unset_tag.plug <packagename>
15
16
18 this plugin allow to comment a tag key in spec file
19
21 -h, --help
22 output help information plugins option and exit.
23
24 -v, --version
25 print plugin version and exit
26
27 -t, --tag tagkey
28 comment the tagkey line
29
30
32 unset_tag.sh
33 contains the code for change-spec-preamble
34
35 unset_tag.plug
36
37
38 unset_tag.plug.1
39 is this man page
40
42 TAG_ID : name of the spec tag to comment
43
45 rpmrebuild --change-spec-preamble="unset_tag.sh -t BuildArch" apache
46 you can do the same with the following syntax
47 TAG_ID=BuildArch rpmrebuild --include unset_tag.plug apache
48 to comment the BuildArch tag for the package apache
49
50
52 Eric Gerbier <gerbier@users.sourceforge.net>
53
54 See <URL:http://rpmrebuild.sourceforge.net/>.
55
57 a very simple but real plugin
58
59
61 rpmrebuild is copyright (C) 2011 by Eric Gerbier.
62 this program is distributed under GNU General Public License
63 It is provided "as is", without any express or implied warranties. See
64 the file COPYING for details.
65
66
68 rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
69 compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1),
70 uniq.plug(1), file2pacDep.plug(1) set_tag.plug(1) unset_tag.plug(1)
71 man -k rrp for plugins specific manpages
72
73
74
75Eric Gerbier 2.11 unset_tag.plug(1)