From 15c99923b1a38404666a10596da5daa032f1c39c Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 2 Jan 2012 12:39:39 +1030 Subject: Update all package descriptions for consistency --- lua-cjson-1.0devel-1.rockspec | 10 +++++++--- lua-cjson.spec | 9 +++++++-- 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 = { } description = { - summary = "Fast JSON encoding/parsing support for Lua", + summary = "A fast JSON encoding/parsing library", detailed = [[ - Lua CJSON provides fast UTF-8 JSON parsing/encoding support for Lua, - and has no external dependencies. + The Lua CJSON library provides JSON support for Lua. It features: + - Fast, standards compliant encoding/parsing routines + - Full support for JSON with UTF-8, including decoding surrogate pairs + - Optional run-time support for common exceptions to the JSON specification + (NaN, Infinity,..) + - No external dependencies ]], homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", 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 @@ Name: lua-cjson Version: 1.0devel Release: 1%{?dist} -Summary: JSON support for the Lua language +Summary: A fast JSON encoding/parsing library for Lua Group: Development/Libraries License: MIT @@ -16,7 +16,12 @@ BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} Requires: lua >= %{luaver} %description -Lua CJSON provides fast, standards compliant JSON support for Lua. +The Lua CJSON library provides JSON support for Lua. It features: +- Fast, standards compliant encoding/parsing routines +- Full support for JSON with UTF-8, including decoding surrogate pairs +- Optional run-time support for common exceptions to the JSON specification + (NaN, Infinity,..) +- No external dependencies %prep diff --git a/manual.txt b/manual.txt index 33fcc56..48c6275 100644 --- a/manual.txt +++ b/manual.txt @@ -5,14 +5,15 @@ Mark Pulford Overview -------- -Lua CJSON provides fast JSON parsing and encoding support for Lua. +The Lua CJSON library provides JSON support for Lua. .Features -- More than 10x to 20x faster than efficient pure Lua JSON modules. +- Fast, standards compliant encoding/parsing routines - Full support for JSON with UTF-8, including decoding surrogate - pairs. + pairs - Optional run-time support for common exceptions to the JSON - specification (NaN, Infinity,..). + specification (NaN, Infinity,..) +- No external dependencies .Caveats - UTF-16 and UTF-32 are not supported. -- cgit v1.2.3-55-g6feb