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
9
11 rpmrebuild --change-spec-preamble="unset_tag.sh -t tagkey " <package‐
12 name>
13 or
14 TAG_ID=tagkey
15 rpmrebuild --include unset_tag.plug <packagename>
16
17
19 this plugin allow to comment a tag key in spec file
20
21
23 -h, --help
24 output help information plugins option and exit.
25
26 -v, --version
27 print plugin version and exit
28
29 -t, --tag tagkey
30 comment the tagkey line
31
32
34 unset_tag.sh
35 contains the code for change-spec-preamble
36
37 unset_tag.plug
38
39
40 unset_tag.plug.1
41 is this man page
42
43
45 TAG_ID : name of the spec tag to comment
46
47
49 rpmrebuild --change-spec-preamble="unset_tag.sh -t BuildArch" apache
50 you can do the same with the following syntax
51 TAG_ID=BuildArch rpmrebuild --include unset_tag.plug apache
52 to comment the BuildArch tag for the package apache
53
54
56 Eric Gerbier <eric.gerbier@tutanota.com>
57
58 See <URL:http://rpmrebuild.sourceforge.net/>.
59
60
62 a very simple but real plugin
63
64
66 rpmrebuild is copyright (C) 2011 by Eric Gerbier.
67 this program is distributed under GNU General Public License
68 It is provided "as is", without any express or implied warranties. See
69 the file COPYING for details.
70
71
73 rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
74 compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1),
75 uniq.plug(1), file2pacDep.plug(1), exclude_file.plug(1), un_pre‐
76 link.plug(1) set_tag.plug(1), unset_tag.plug(1)
77 man -k rrp for plugins specific manpages
78
79
80
81Eric Gerbier 2.17 unset_tag.plug(1)