aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2013-07-11 17:17:08 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2013-07-11 17:17:08 -0400
commitfa6fd989c19f693b04bd593621406b4b80df0177 (patch)
tree2284f8af69d69bea89f416818a4339ccf613488e /docs/source
parent2d60a82b0f218bcf552c0c1973eadba8995fc21a (diff)
downloadipsutils-fa6fd989c19f693b04bd593621406b4b80df0177.tar.gz
Fixup: repackas should have been repackage. The former was deprecated.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/spec_file_format.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/source/spec_file_format.rst b/docs/source/spec_file_format.rst
index e2debd7..524c96e 100644
--- a/docs/source/spec_file_format.rst
+++ b/docs/source/spec_file_format.rst
@@ -9,7 +9,6 @@ Keywords
* **version** - Version of package
* **release** - Release number of package
* **maintainer** - Name and email address of current package maintainer
-
* **group** - Name of group the package belongs to
* **upstream_url** - URL to package in repository
* **source_url** - URL to original source package
@@ -34,10 +33,10 @@ The ``name`` of the package should match the first part of the source package.
If source package is named ``ccache-x.y.z.tar.gz`` the ``name`` field should be set to ``ccache``.
In the case of Python, for example, they use a capital 'p' in the source package filename: ``Python-3.2.1.tar.gz``.
-repackas
---------
+repackage
+---------
-To create an IPS package under a different name use the ``repackas`` keyword. In this case, ``Python``
+To create an IPS package under a different name use the ``repackage`` keyword. In this case, ``Python``
can be repackaged as ``python3`` and all subsequent modules (numpy, scipy, etc) can be repackaged as
``python3-[module]`` to make administration easier.