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 -t, --tapfile <tapfile>
15 Build the application around the given .tap (default twistd.tap)
16
17 -y, --type <type>
18 The configuration has the given type . Allowable types are tap,
19 source, xml and python. The first three types are mktap output
20 formats, while the last one is a manual building of application
21 (see twistd(1), the -y option).
22
23 -p, --protocol <protocol>
24 The name of the protocol this will be used to serve. This is
25 intended as a part of the description. Default is the name of
26 the tapfile, minus any extensions.
27
28 -d, --rpmfile <rpmfile>
29 The name of the RPM package. Default is 'twisted-'+protocol.
30
31 -V, --set-version <version>
32 The version of the RPM package. The default is 1.0
33
34 -e, --description <description>
35 The one-line description. Default is uninteresting.
36
37 -l, --long_description <long_description>
38 A multi-line description. Default is explanation about this
39 being an automatic package created from tap2rpm.
40
41 -m, --maintainer <maintainer>
42 The maintainer, as "Name Lastname <email address>". This will go
43 in the meta-files.
44
45 --version
46 Output version information and exit.
47
49 tap2rpm was written by Sean Reifschneider based on tap2deb by Moshe
50 Zadka. This man page is heavily based on the tap2deb man page by Moshe
51 Zadka.
52
54 To report a bug, visit http://twistedmatrix.com/trac/wiki/TwistedDevel‐
55 opment#FilingTickets for more information.
56
58 Copyright © 2000-2009 Twisted Matrix Laboratories.
59 This is free software; see the source for copying conditions. There is
60 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
61 PURPOSE.
62
63
64
65 July 2001 TAP2RPM(1)