diff options
| author | Mark Pulford <mark@kyne.com.au> | 2012-01-02 12:39:39 +1030 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2012-01-02 12:39:39 +1030 |
| commit | 15c99923b1a38404666a10596da5daa032f1c39c (patch) | |
| tree | ee89722a9fc81de21a6ff73f7eb0d173eb099f85 | |
| parent | 77408a81a696472338c2f90147e41fff3e81005d (diff) | |
| download | lua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.tar.gz lua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.tar.bz2 lua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.zip | |
Update all package descriptions for consistency
| -rw-r--r-- | lua-cjson-1.0devel-1.rockspec | 10 | ||||
| -rw-r--r-- | lua-cjson.spec | 9 | ||||
| -rw-r--r-- | manual.txt | 9 |
3 files changed, 19 insertions, 9 deletions
diff --git a/lua-cjson-1.0devel-1.rockspec b/lua-cjson-1.0devel-1.rockspec index 9ef9f2c..315ec2f 100644 --- a/lua-cjson-1.0devel-1.rockspec +++ b/lua-cjson-1.0devel-1.rockspec | |||
| @@ -6,10 +6,14 @@ source = { | |||
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | description = { | 8 | description = { |
| 9 | summary = "Fast JSON encoding/parsing support for Lua", | 9 | summary = "A fast JSON encoding/parsing library", |
| 10 | detailed = [[ | 10 | detailed = [[ |
| 11 | Lua CJSON provides fast UTF-8 JSON parsing/encoding support for Lua, | 11 | The Lua CJSON library provides JSON support for Lua. It features: |
| 12 | and has no external dependencies. | 12 | - Fast, standards compliant encoding/parsing routines |
| 13 | - Full support for JSON with UTF-8, including decoding surrogate pairs | ||
| 14 | - Optional run-time support for common exceptions to the JSON specification | ||
| 15 | (NaN, Infinity,..) | ||
| 16 | - No external dependencies | ||
| 13 | ]], | 17 | ]], |
| 14 | homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", | 18 | homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", |
| 15 | license = "MIT" | 19 | license = "MIT" |
diff --git a/lua-cjson.spec b/lua-cjson.spec index c7aec95..4c949e5 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | Name: lua-cjson | 4 | Name: lua-cjson |
| 5 | Version: 1.0devel | 5 | Version: 1.0devel |
| 6 | Release: 1%{?dist} | 6 | Release: 1%{?dist} |
| 7 | Summary: JSON support for the Lua language | 7 | Summary: A fast JSON encoding/parsing library for Lua |
| 8 | 8 | ||
| 9 | Group: Development/Libraries | 9 | Group: Development/Libraries |
| 10 | License: MIT | 10 | License: MIT |
| @@ -16,7 +16,12 @@ BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} | |||
| 16 | Requires: lua >= %{luaver} | 16 | Requires: lua >= %{luaver} |
| 17 | 17 | ||
| 18 | %description | 18 | %description |
| 19 | Lua CJSON provides fast, standards compliant JSON support for Lua. | 19 | The Lua CJSON library provides JSON support for Lua. It features: |
| 20 | - Fast, standards compliant encoding/parsing routines | ||
| 21 | - Full support for JSON with UTF-8, including decoding surrogate pairs | ||
| 22 | - Optional run-time support for common exceptions to the JSON specification | ||
| 23 | (NaN, Infinity,..) | ||
| 24 | - No external dependencies | ||
| 20 | 25 | ||
| 21 | 26 | ||
| 22 | %prep | 27 | %prep |
| @@ -5,14 +5,15 @@ Mark Pulford <mark@kyne.com.au> | |||
| 5 | Overview | 5 | Overview |
| 6 | -------- | 6 | -------- |
| 7 | 7 | ||
| 8 | Lua CJSON provides fast JSON parsing and encoding support for Lua. | 8 | The Lua CJSON library provides JSON support for Lua. |
| 9 | 9 | ||
| 10 | .Features | 10 | .Features |
| 11 | - More than 10x to 20x faster than efficient pure Lua JSON modules. | 11 | - Fast, standards compliant encoding/parsing routines |
| 12 | - Full support for JSON with UTF-8, including decoding surrogate | 12 | - Full support for JSON with UTF-8, including decoding surrogate |
| 13 | pairs. | 13 | pairs |
| 14 | - Optional run-time support for common exceptions to the JSON | 14 | - Optional run-time support for common exceptions to the JSON |
| 15 | specification (NaN, Infinity,..). | 15 | specification (NaN, Infinity,..) |
| 16 | - No external dependencies | ||
| 16 | 17 | ||
| 17 | .Caveats | 18 | .Caveats |
| 18 | - UTF-16 and UTF-32 are not supported. | 19 | - UTF-16 and UTF-32 are not supported. |
