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.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lua-cjson.spec') 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 -- cgit v1.2.3-55-g6feb