1TAP2RPM(1) TAP2RPM(1)
2
3
4
6 tap2rpm - create RPM packages which wrap .tap files
7
9 tap2rpm [options]
10
12 Create a set of RPM/SRPM packages in the current directory
13
14 -u, --unsigned
15 do not sign the RPM package
16
17 -t, --tapfile <tapfile>
18 Build the application around the given .tap (default twistd.tap)
19
20 -y, --type <type>
21 The configuration has the given type . Allowable types are tap,
22 source, xml and python. The first three types are mktap(1) out‐
23 put formats, while the last one is a manual building of applica‐
24 tion (see twistd(1), the -y option).
25
26 -p, --protocol <protocol>
27 The name of the protocol this will be used to serve. This is
28 intended as a part of the description. Default is the name of
29 the tapfile, minus any extensions.
30
31 -d, --rpmfile <rpmfile>
32 The name of the RPM package. Default is 'twisted-'+protocol.
33
34 -V, --set-version <version>
35 The version of the RPM package. The default is 1.0
36
37 -e, --description <description>
38 The one-line description. Default is uninteresting.
39
40 -l, --long_description <long_description>
41 A multi-line description. Default is explanation about this
42 being an automatic package created from tap2rpm.
43
44 -m, --maintainer <maintainer>
45 The maintainer, as "Name Lastname <email address>". This will go
46 in the meta-files, as well as be used as the id to sign the
47 package.
48
49 --version
50 Output version information and exit.
51
53 tap2rpm was written by Sean Reifschneider based on tap2deb by Moshe
54 Zadka. This man page is heavily based on the tap2deb man page by Moshe
55 Zadka.
56
58 To report a bug, visit http://twistedmatrix.com/bugs/
59
61 Copyright © 2000-2008 Twisted Matrix Laboratories.
62 This is free software; see the source for copying conditions. There is
63 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
64 PURPOSE.
65
67 mktap(1)
68
69
70
71 July 2001 TAP2RPM(1)