demofiles.plug.1rrp

Autres langues

Langue: en

Version: 149687 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

demofiles.plug - a dummy plugin for rpmrebuild, to show how the plugin can work on files

SYNOPSIS

rpmrebuild --include demofiles.plug <packagename>
or
rpmrebuild --change-files="demofiles.sh [option]" <packagename>

the second form allow to specify plugin's soptions

DESCRIPTION

this plugin is to show how the plugin work on files
it will just show the files (with find -ls command) in the package. The package is not modified.

OPTIONS

-h, --help
output help information plugins option and exit.
-v, --version
print plugin version and exit

FILES

demofiles.plug
is the 'include file' for a quicker use
demofiles.sh
contains the code for change-files
demofiles.plug.1
is this man page

EXAMPLES

rpmrebuild --include demofiles.plug apache

will apply plugin to files, then build the package

AUTHORS

Eric Gerbier <gerbier@users.sourceforge.net>

See <URL:http://rpmrebuild.sourceforge.net/>.

NOTES

this plugin is given as an example of what can be done

rpmrebuild is copyright (C) 2004 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), demo.plug(1), demofiles.plug(1), nodoc.plug(1), uniq.plug(1), file2pacDep.plug(1), set_tag.plug(1), 'man -k rrp' for plugins specific manpages