1uniq.plug(1) rpmrebuild plugin uniq.plug(1)
2
3
4
6 uniq.plug - a plugin for rpmrebuild, to remove duplicate spec lines
7
9 rpmrebuild --include uniq.plug <packagename>
10 or
11 rpmrebuild --change-spec-requires|--change-spec-pro‐
12 vides|--change-spec-conflicts|--change-spec-obsoletes="uniq.sh [op‐
13 tion]" <packagename>
14
15 the first form apply all changes
16 the second allow to choose which part to change, and plugin options
17
19 this plugin is to suppress duplicate lines in specfile.
20 For example, a package which contains several shell scripts will be
21 added in rpm building several identical dependencies to the shell !
22
24 -h, --help
25 output help information plugins option and exit.
26
27 -v, --version
28 print plugin version and exit
29
31 uniq.plug
32 is the 'include file' for a quicker use
33
34 uniq.sh
35 contains the code
36
37 uniq.plug.1
38 is this man page
39
41 rpmrebuild --include uniq.plug rpm
42
43
45 Eric Gerbier <gerbier@users.sourceforge.net>
46
47 See <URL:http://rpmrebuild.sourceforge.net/>.
48
50 this plugin is given as an example of what can be done
51
53 rpmrebuild is copyright (C) 2004 by Eric Gerbier.
54 this program is distributed under GNU General Public License
55 It is provided "as is", without any express or implied warranties. See
56 the file COPYING for details.
57
58
60 rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
61 compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1),
62 uniq.plug(1), file2pacDep.plug(1) set_tag.plug(1) unset_tag.plug(1)
63 man -k rrp for plugins specific manpages
64
65
66
67Eric Gerbier 2.16 uniq.plug(1)