1GLOBUS-SPEC-CREATOR(1)User Contributed Perl DocumentationGLOBUS-SPEC-CREATOR(1)
2
3
4
6 globus-spec-creator - Generate an RPM spec file from a GPT source
7 package description
8
10 globus-spec-creator [options] [patches ...]
11
12 Options:
13
14 -gptfile filename
15 The package's GPT source package description file (mandatory)
16
17 -setupfile filename
18 The corresponding setup package's GPT source package description
19 file (default: none)
20
21 -release releasenumber
22 The RPM release number (default: 1)
23
24 -directory directory
25 The package's source directory in the toolkit installer
26
27 -toolkitversion versionnumber
28 Globus toolkit version (default: 5.0.3)
29
30 -email emailaddress
31 The packagers e-mail address (default: username@hostname)
32
33 -nodoc
34 Disable the generation of the doc RPM
35
36 -help
37 Show help
38
39 Arguments:
40
41 Each additional argument will be added as a patch in the generated
42 specfile.
43
45 globus-spec-creator -g globus_common-10.2/pkgdata/pkg_data_src.gpt.in
46 -s globus_common_setup-2.6/pkgdata/pkg_data_src.gpt.in -r 3 -d
47 common/source
48
50 See http://fedoraproject.org/wiki/PackagingDrafts/Globus for additional
51 information and examples.
52
54 Mattias Ellert <mattias.ellert@fysast.uu.se>
55
56
57
58perl v5.12.3 2011-04-30 GLOBUS-SPEC-CREATOR(1)