1oct2rpm(1) General Commands Manual oct2rpm(1)
2
3
4
6 oct2rpm - RPM generator for Octave packages
7
8
10 oct2rpm -u <url>
11 oct2rpm -s <source>
12 oct2rpm -p <name>
13
14
16 This program is designed to create RPM from a source file, a url or a
17 name.
18
19 Usage: oct2rpm -p <package name>
20 oct2rpm -u <url>
21 oct2rpm -s <source>.tar.gz
22 oct2rpm -s folder/folder/<source>
23
24 The source can be in the same directory or in a subdirectory.
25
26 The information about the packager should be filled in
27 /etc/oct2spec.conf. or ~/.oct2spec.conf
28
29
31 -u / --url
32 Used to download and generate the RPM directly from the url of
33 a tarball
34
35 -s / --source
36 Used to generate the RPM directly from a tarball available
37 locally
38
39 -p / --package
40 Used to generate the RPM directly from the name of the package.
41 The sources are directly retrieved from Octave Forge.
42
43 --forge
44 Used for packages coming from octave.sourceforge.net
45
46
47 No known bugs at this time
48
49
50
51 oct2rpm(1)