diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-07-11 17:40:51 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-07-11 17:40:51 -0400 |
commit | 0fab5ada6c0dc1020f2bd044557c7c416d892b2e (patch) | |
tree | 92bd0538c652b8703c67e8b24d4fbbaa0cd0d087 /docs/source | |
parent | b1d37d960fa432dd15d9562ecd9202ad9e81cbfb (diff) | |
download | ipsutils-0fab5ada6c0dc1020f2bd044557c7c416d892b2e.tar.gz |
Removed deprecated double-quotes from example SPEC
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/spec_file_format.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/spec_file_format.rst b/docs/source/spec_file_format.rst index 524c96e..b03af7c 100644 --- a/docs/source/spec_file_format.rst +++ b/docs/source/spec_file_format.rst @@ -221,13 +221,13 @@ This is a generic example of an IPS spec file name: ipsutils version: 0.6.0 release: 1 - maintainer: "Joseph Hunkeler <jhunk@stsci.edu>" + maintainer: Joseph Hunkeler <jhunk@stsci.edu> upstream_url: http://localhost/$name-$version.tar.gz source_url: http://localhost/$name-$version.tar.gz - description: "Python IPS library" - summary: "A python based IPS library" + description: Python IPS library + summary: A python based IPS library group: developer - classification: "org.opensolaris.category.2008:Development/Distribution Tools" + classification: org.opensolaris.category.2008:Development/Distribution Tools arch: i386 license: GPL |