unset_tag.plug.1rrp - Man Page
a plugin for rpmrebuild, to comment a tag key in spec file
Synopsis
rpmrebuild --change-spec-preamble="unset_tag.sh -t tagkey " <packagename>
or
TAG_ID=tagkey
rpmrebuild --include unset_tag.plug <packagename>
Description
this plugin allow to comment a tag key in spec file
Options
- -h, --help
output help information plugins option and exit.
- -v, --version
print plugin version and exit
- -t, --tag tagkey
comment the tagkey line
Files
- unset_tag.sh
contains the code for change-spec-preamble
- unset_tag.plug
- unset_tag.plug.1
is this man page
Environment
TAG_ID : name of the spec tag to comment
Examples
rpmrebuild --change-spec-preamble="unset_tag.sh -t BuildArch" apache
you can do the same with the following syntax
TAG_ID=BuildArch rpmrebuild --include unset_tag.plug apache
to comment the BuildArch tag for the package apache
Authors
Eric Gerbier <eric.gerbier@tutanota.com>
See <URL:http://rpmrebuild.sourceforge.net/>.
Notes
a very simple but real plugin
Copyright
rpmrebuild is copyright (C) 2011 by Eric Gerbier.
this program is distributed under GNU General Public License
It is provided "as is", without any express or implied warranties. See the file COPYING for details.
See Also
rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1), uniq.plug(1), file2pacDep.plug(1), exclude_file.plug(1), un_prelink.plug(1) set_tag.plug(1), unset_tag.plug(1)
man -k rrp for plugins specific manpages
Referenced By
compat_digest.plug.1rrp(1), demofiles.plug.1rrp(1), demo.plug.1rrp(1), empty_section.plug.1rrp(1), exclude_file.plug.1rrp(1), file2pacDep.plug.1rrp(1), nodoc.plug.1rrp(1), replacefile.plug.1rrp(1), rpmrebuild_plugins(1), set_tag.plug.1rrp(1), uniq.plug.1rrp(1), un_prelink.plug.1rrp(1).