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