| empty_section.plug(1) | rpmrebuild plugin | empty_section.plug(1) |
NAME¶
empty_section.plug - a plugin for rpmrebuild, to remove a full section in specfile
SYNOPSIS¶
rpmrebuild --change-spec-{section}="empty_section.sh"
<packagename>
replace {section} by any spec section, for example changelog
DESCRIPTION¶
this plugin remove all the given section. Be careful : some sections are mandatory.
OPTIONS¶
- -h, --help
- output help information plugins option and exit.
- -v, --version
- print plugin version and exit
FILES¶
- empty_section.sh
- contains the code to be included
- empty_section.plug
- unused plug file
- empty_section.plug.1
- is this man page
ENVIRONMENT¶
EXAMPLES¶
rpmrebuild --change-spec-changelog="empty_section.sh apache
AUTHORS¶
Eric Gerbier <eric.gerbier@tutanota.com>
NOTES¶
COPYRIGHT¶
rpmrebuild is copyright (C) 2024 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) empty_section.plug(1)
exclude_file.plug(1) file2pacDep.plug(1) nodoc.plug(1) set_tag.plug(1)
uniq.plug(1) un_prelink.plug(1) unset_tag.plug(1)
man -k rrp for plugins specific manpages
| 2.21 | Eric Gerbier |