oct2spec - Man Page
Spec file creator for Octave packages
Synopsis
oct2spec -u <url>
oct2spec -s <source>
oct2spec -p <name>
Usage
This program is designed to create specfile from a source file, a url or a name.
Usage: oct2spec -p <name>
oct2spec -u <url>
oct2spec -s <source>.tar.gz
oct2spec -s folder/folder/<source>
oct2spec -s folder/folder/<source> --bioc
The source can be in the same directory or in a subdirectory.
The information about the packager should be filled in /etc/oct2spec.conf. or ~/.oct2spec.conf
Description
-u / --url
Used to download and generate the specfile directly from the url of
a tarball
-s / --source
Used to generate the specfile directly from a tarball available
locally
-p / --package
Used to generate the specfile directly from the name of the package.
The sources are directly retrieved from Octave Forge.
--forge
Used for packages coming from octave.sourceforge.net
No known bugs at this time