Initial import to Tizen
[profile/ivi/python-twisted.git] / doc / core / man / tap2rpm.1
1 .TH TAP2RPM "1" "July 2001" "" ""
2 .SH NAME
3 tap2rpm \- create RPM packages which wrap .tap files
4 .SH SYNOPSIS
5 .B tap2rpm
6 [options]
7 .SH DESCRIPTION
8 Create a set of RPM/SRPM packages in the current directory
9 .TP
10 \fB\-t\fR, \fB\--tapfile\fR \fI<tapfile>\fR
11 Build the application around the given .tap (default twistd.tap)
12 .TP
13 \fB\-y\fR, \fB\--type\fR \fI<type>\fR
14 The configuration has the given type . Allowable types are
15 \fBtap\fR, \fBsource\fR, \fBxml\fR and \fBpython\fR.
16 The first three types are \fBmktap\fR output formats,
17 while the last one is a manual building of application 
18 (see \fBtwistd(1)\fR, the \fB\-y\fR option).
19 .TP
20 \fB\-p\fR, \fB\--protocol\fR \fI<protocol>\fR
21 The name of the protocol this will be used to serve. This is intended
22 as a part of the description. Default is the name of the tapfile, minus
23 any extensions.
24 .TP
25 \fB\-d\fR, \fB\--rpmfile\fR \fI<rpmfile>\fR
26 The name of the RPM package. Default is 'twisted-'+protocol.
27 .TP
28 \fB\-V\fR, \fB\--set-version\fR \fI<version>\fR
29 The version of the RPM package. The default is 1.0
30 .TP
31 \fB\-e\fR, \fB\--description\fR \fI<description>\fR
32 The one-line description. Default is uninteresting.
33 .TP
34 \fB\-l\fR, \fB\--long_description\fR \fI<long_description>\fR
35 A multi-line description. Default is explanation about
36 this being an automatic package created from tap2rpm.
37 .TP
38 \fB\-m\fR, \fB\--maintainer\fR \fI<maintainer>\fR
39 The maintainer, as "Name Lastname <email address>". This will
40 go in the meta-files.
41 .TP
42 \fB\--version\fR
43 Output version information and exit.
44 .SH AUTHOR
45 tap2rpm was written by Sean Reifschneider based on tap2deb by Moshe Zadka.
46 This man page is heavily based on the tap2deb man page by Moshe Zadka.
47 .SH "REPORTING BUGS"
48 To report a bug, visit
49 \fIhttp://twistedmatrix.com/trac/wiki/TwistedDevelopment#FilingTickets\fR for more
50 information.
51 .SH COPYRIGHT
52 Copyright \(co 2000-2009 Twisted Matrix Laboratories.
53 .br
54 This is free software; see the source for copying conditions.  There is NO
55 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.